neovim/runtime/lua/vim/lsp
Yi Ming 350d818564
feat(lsp): inlay_hint.is_enabled({filter}) #28523
vim.diagnostic.enable and vim.diagnostic.is_enabled() use the same pattern.
2024-05-02 07:26:07 -07:00
..
_meta
_changetracking.lua
_completion.lua
_dynamic.lua
_meta.lua
_snippet_grammar.lua
_tagfunc.lua
_watchfiles.lua
buf.lua refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467) 2024-04-23 19:05:01 +02:00
client.lua fix(lsp): add "silent" option to vim.lsp.start (#28478) 2024-04-26 08:15:44 -05:00
codelens.lua fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228) 2024-04-10 12:27:37 +02:00
diagnostic.lua
handlers.lua fix(vim.ui)!: change open() to return pcall-like values #28502 2024-04-25 04:15:58 -07:00
health.lua
inlay_hint.lua feat(lsp): inlay_hint.is_enabled({filter}) #28523 2024-05-02 07:26:07 -07:00
log.lua feat(lua): deprecate vim.tbl_add_reverse_lookup 2024-03-07 10:24:34 +01:00
protocol.lua feat(lua): deprecate vim.tbl_add_reverse_lookup 2024-03-07 10:24:34 +01:00
rpc.lua fix(lsp): add "silent" option to vim.lsp.start (#28478) 2024-04-26 08:15:44 -05:00
semantic_tokens.lua
sync.lua
util.lua docs: small fixes (#27364) 2024-03-12 13:51:53 +08:00