Files
neovim/runtime/lua/vim
Bogdan Grigoruță d1bc6fca71 feat(health): list attached buffers in LSP report #23561
Problem:
Users using `vim.lsp.start` directly (instead of nvim-lspconfig) need
more visibility for troubleshooting. For example, troubleshooting
unnecesary servers or servers that aren't attaching to expected buffers.

Solution:
Mention attached buffers in the `:checkhealth lsp` report.

Example:

    vim.lsp: Active Clients ~
    - clangd (id=1, root_dir=~/dev/neovim, attached_to=[7])
    - lua_ls (id=2, root_dir=~/dev/neovim, attached_to=[10])
2023-09-24 11:43:16 -07:00
..
2023-09-20 13:42:41 +01:00
2023-09-23 23:46:45 +01:00
2023-09-20 13:42:41 +01:00
2023-09-14 08:23:01 -05:00
2023-09-21 00:32:35 +02:00
2023-09-14 08:23:01 -05:00
2023-09-20 13:42:41 +01:00
2023-09-23 23:46:45 +01:00
2023-09-14 08:23:01 -05:00
2023-09-04 22:42:47 +02:00
2023-09-23 23:46:45 +01:00
2023-09-20 04:15:23 -07:00
2023-09-23 23:46:45 +01:00
2023-09-14 08:23:01 -05:00
2023-09-23 23:46:45 +01:00