home: vim: lualine: use explicit buffer number
I want to tighten the API of this function a little bit, so let's be more specific.
This commit is contained in:
parent
56e158f5c5
commit
0108b06a02
|
@ -10,7 +10,7 @@ local function list_spell_languages()
|
|||
end
|
||||
|
||||
local function list_lsp_clients()
|
||||
local client_names = utils.list_lsp_clients()
|
||||
local client_names = utils.list_lsp_clients(0)
|
||||
|
||||
if #client_names == 0 then
|
||||
return ""
|
||||
|
|
Loading…
Reference in a new issue