diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/lspinfo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/lspinfo.lua b/lua/lspconfig/lspinfo.lua index 9588ec6e..31d20a76 100644 --- a/lua/lspconfig/lspinfo.lua +++ b/lua/lspconfig/lspinfo.lua @@ -23,7 +23,7 @@ return function () "Configured servers: "..table.concat(vim.tbl_keys(configs), ', '), "Neovim logs at: "..(vim.lsp.get_log_path()), "", - tostring(#buf_clients).." client(s) attached to this buffer: "..table.concat(buf_client_names, ', '), + tostring(#vim.tbl_keys(buf_clients)).." client(s) attached to this buffer: "..table.concat(buf_client_names, ', '), } vim.list_extend(buf_lines, header) |
