diff options
author | Bogdan Grigoruță <43993819+krady21@users.noreply.github.com> | 2023-09-24 21:43:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 11:43:16 -0700 |
commit | d1bc6fca7123d77ebf03d0badd63f930a5b74064 (patch) | |
tree | f8f98d83a6ed64419540dcc0910b6781ac38b3bf /runtime/lua/vim/_meta/lpeg.lua | |
parent | 0592fd5e17dc3609c148e0ccc25a4f035d5f7153 (diff) | |
download | rneovim-d1bc6fca7123d77ebf03d0badd63f930a5b74064.tar.gz rneovim-d1bc6fca7123d77ebf03d0badd63f930a5b74064.tar.bz2 rneovim-d1bc6fca7123d77ebf03d0badd63f930a5b74064.zip |
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])
Diffstat (limited to 'runtime/lua/vim/_meta/lpeg.lua')
0 files changed, 0 insertions, 0 deletions