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
/
null-ls
Age
Commit message (
Collapse
)
Author
2022-08-19
fix(statusline): display null-ls linters properly (#2921)
Akihiro Okuno
2022-04-29
fix(lsp): undo stdpath overload to avoid datarace (#2540)
kylo252
2022-01-08
fix(null-ls): avoid sending invalid opts.args (#2154)
kylo252
2022-01-06
refactor(null-ls): allow passing full list of options for sources (#2137)
kylo252
2022-01-01
refactor(info): use new null-ls api for sources (#2125)
kylo252
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-02
feat: null-ls code_actions interface (#2008)
Jieru Mei
2021-11-21
fix(null-ls): allow the same linter and formatter (#1968)
kylo252
2021-11-16
feat: support new null-ls (#1955)
Christian Chiarulli
2021-11-06
chore: sort supported providers alphabetically (#1916)
kylo252
2021-11-06
refactor: deprecate lvim.lang.FOO (#1913)
kylo252
Consolidate configuration styles for linters and formatters Fixes #1756
2021-10-20
fix(formatters): always select null-ls by default (#1810)
kylo252
2021-10-14
fix(null-ls): add common lsp-setup hooks (#1763)
kylo252
2021-10-10
feat: add an independent lvim namespace (#1699)
kylo252