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
/
lsp
/
handlers.lua
Age
Commit message (
Collapse
)
Author
2021-10-10
feat: add an independent lvim namespace (#1699)
kylo252
2021-09-22
[Bugfix] instead of wrapping the `gl` diagnostics, split them (#1595)
Abouzar Parvan
2021-09-21
[Bugfix] Wrap the `gl` floating window diagnostics (#1588)
Abouzar Parvan
2021-09-18
feature: vim.api.diagnostics has been moved to vim.diagnostics in neovim ↵
Abouzar Parvan
head (#1573)
2021-09-08
show correct inline diagnostics in neovim 0.6 (#1502)
Abouzar Parvan
2021-09-07
fix: vim.uri bug in 0.6
christianchiarulli
2021-09-06
fix `string cannot contain newlines` error while showing diagnostics (#1487)
Abouzar Parvan
2021-09-04
use a separate func instead of replacing the diagnostics messages (#1462)
Abouzar Parvan
* use a separate func instead of replacing the diagnostics messages * fix the styling, also return if no diagnostic is available
2021-08-03
Fix lsp reporting when v.source is nil (#1209)
Will Leinweber
2021-08-01
Hotfix/eslint d (#1198)
Abouzar Parvan
2021-07-31
[Feature] Expose lsp config (#1156)
Luc Sinet
2021-07-31
feat: add diagnostics source name (#1147)
kylo252
2021-07-28
begin lsp refactor
Chris