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
|
end
|
||||||
|
|
||||||
local function list_lsp_clients()
|
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
|
if #client_names == 0 then
|
||||||
return ""
|
return ""
|
||||||
|
|
Loading…
Reference in a new issue