summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp/handlers.lua
AgeCommit message (Collapse)Author
2023-04-28refactor(lsp)!: specify option in deprecation msgfeat/handlers-overridekylo252
2023-04-24move default config to `settings.lua` and keep backward compabilityCPea
keep backward compability
2023-04-24refactor(lsp)!: deprecate `lvim.lsp.diagnostics`CPea
2023-04-24refactor(lsp): allow to disable custom handlers configCPea
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
* refactor: use api-autocmds for lsp functions * chore: use the existing client.supports_method api * fix: a callback in an autocmd doesn't pass nil * revert: keep changes minimal to which-key Co-authored-by: Abouzar Parvan <[email protected]>
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-23fix(lsp): set the handlers opts for v0.6 as well (#2109)kylo252
2021-12-06feat: full compatibility with neovim v0.6 (#2037)kylo252
2021-11-10fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 ↵Chase Colman
(#1934)
2021-11-07fix: dedupe linting messagesChristianChiarulli
2021-10-10feat: add an independent lvim namespace (#1699)kylo252