Files
neovim/runtime/lua/vim
Jeremy Fleischman 03d378fda6 feat(lsp): vim.lsp.is_enabled() #33703
Problem:
No way to check if a LSP config is enabled without causing it to
resolve. E.g. `vim.lsp.config['…'] ~= nil` will resolve the config,
which could be an unwanted and somewhat expensive side-effect.

Solution:
Introduce `vim.lsp.is_enabled()`.
2025-05-03 10:25:58 -07:00
..
2024-03-06 10:45:22 +00:00
2024-01-16 09:33:10 +00:00
2025-04-27 13:40:46 -07:00
2025-03-15 15:00:44 +01:00
2025-05-03 10:25:58 -07:00
2025-04-27 15:44:11 -07:00
2025-02-26 23:06:22 +01:00