diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/lspinfo.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/lspinfo.lua b/lua/lspconfig/lspinfo.lua index a21dd44b..f526cd13 100644 --- a/lua/lspconfig/lspinfo.lua +++ b/lua/lspconfig/lspinfo.lua @@ -21,6 +21,7 @@ return function () local header = { "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, ', '), } |
