index
:
LunarVim.git
appname-impl
bootstrap-stdpath
feat-dapui-layout
feat-luasnip-setup-tables
feat/handlers-override
luasnip-refactor
mason-nullls-dap
master
nvim-v0.9-bump
nvim_appname-refactor
plugins-bump
refactor-toggleterm-exec
refactor/builtins
refactor/config-structure
release-1.2/neovim-0.8
release-1.3/neovim-0.9
remove-old-colorschemes
rolling
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
lvim
/
lsp
/
handlers.lua
Age
Commit message (
Collapse
)
Author
2023-04-28
refactor(lsp)!: specify option in deprecation msg
feat/handlers-override
kylo252
2023-04-24
move default config to `settings.lua` and keep backward compability
CPea
keep backward compability
2023-04-24
refactor(lsp)!: deprecate `lvim.lsp.diagnostics`
CPea
2023-04-24
refactor(lsp): allow to disable custom handlers config
CPea
2022-05-03
refactor: 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-23
refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)
Abouzar Parvan
Co-authored-by: kylo252 <
[email protected]
>
2021-12-23
fix(lsp): set the handlers opts for v0.6 as well (#2109)
kylo252
2021-12-06
feat: full compatibility with neovim v0.6 (#2037)
kylo252
2021-11-10
fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 ↵
Chase Colman
(#1934)
2021-11-07
fix: dedupe linting messages
ChristianChiarulli
2021-10-10
feat: add an independent lvim namespace (#1699)
kylo252