neovim/runtime/lua/vim/lsp
Gregory Anders bcc9ba51fa
fix(lsp): persist diagnostic config for clients
Persist configuration settings set with `vim.lsp.with` and
`vim.lsp.diagnostic.on_publish_diagnostics` by setting the config for
the namespace associated with the client.
2021-10-18 10:01:41 -06:00
..
_snippet.lua fix(lsp): correctly parse LSP snippets #15579 2021-09-14 04:31:41 -07:00
buf.lua feat(lsp): add codeAction/resolve support (#15818) 2021-09-28 14:04:01 -07:00
codelens.lua feat(lsp): add client command support to codelens (#15820) 2021-09-28 09:19:19 -07:00
diagnostic.lua fix(lsp): persist diagnostic config for clients 2021-10-18 10:01:41 -06:00
handlers.lua feat(lsp): add codeAction/resolve support (#15818) 2021-09-28 14:04:01 -07:00
health.lua fix(healthcheck): update builtins to the new convention #15914 2021-10-05 05:05:33 -07:00
log.lua feat(lsp): improve logging (#15636) 2021-09-15 11:35:04 -07:00
protocol.lua feat(lsp): add codeAction/resolve support (#15818) 2021-09-28 14:04:01 -07:00
rpc.lua fix(lsp): expose ContentModified error code to callbacks (#15262) 2021-10-08 11:19:33 -07:00
util.lua fix(lsp): add done flag to messages returned in util.get_progress_messages() (#15985) 2021-10-10 11:41:16 -07:00