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:
Bruno BELANYI 2024-03-12 12:40:49 +00:00
parent 56e158f5c5
commit 0108b06a02
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""