Files
neovim/runtime/lua/vim/lsp
Micah Halter 5554fcc286 fix(lsp): warn on missing config in :checkhealth #33087
Problem
When calling `:checkhealth vim.lsp` after the user has enabled a language
server with `vim.lsp.enable` that has no configuration a runtime error
is hit because the code expects for a configuration to exist.

Solution:
Check if a configuration was returned before parsing it, if it isn't
returned then warn the user that the server has been enabled but a
configuration was not found.
2025-03-28 05:46:10 -07:00
..
2025-02-17 17:52:55 -08:00
2025-03-02 14:27:52 -08:00
2025-03-21 19:28:29 +08:00