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
Age
Commit message (
Expand
)
Author
2022-01-10
fix(install): avoid data-races for `on_packer_complete` (#2157)
kylo252
2022-01-08
feat(info): display overridden servers for filetype (#2155)
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-04
fix(lsp): formatter now use new null-ls api function (#2135)
CPea
2022-01-03
refactor(bootstrap): more robust git module (#2127)
kylo252
2022-01-03
refactor: more consistent autocmds (#2133)
kylo252
2022-01-01
refactor(info): use new null-ls api for sources (#2125)
kylo252
2021-12-28
feat(luadev): better vim api completion (#2043)
Jieru Mei
2021-12-23
refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)
Abouzar Parvan
2021-12-23
fix(lsp): set the handlers opts for v0.6 as well (#2109)
kylo252
2021-12-21
chore: core plugins version bump (#2103)
kylo252
2021-12-20
refactor: remove unused old language configs (#2094)
kylo252
2021-12-13
fix(lsp): allow overriding servers with custom providers (#2070)
kylo252
2021-12-13
feat: update lsp-installer and lspconfig hashes to enable solidity_ls languag...
edag94
2021-12-12
fix(lsp): correct client_id parsing in lvim-info (#2071)
kylo252
2021-12-11
feat: bump plugin versions (#2064)
Abouzar Parvan
2021-12-09
feat: multiple enhancements to lvim-reload (#2054)
kylo252
2021-12-08
fix(lsp): prevent repeated setup call (#2048)
kylo252
2021-12-06
feat: full compatibility with neovim v0.6 (#2037)
kylo252
2021-12-02
feat: null-ls code_actions interface (#2008)
Jieru Mei
2021-12-01
chore: bump core-plugins' version (#2018)
kylo252
2021-11-22
fix(lsp): avoid installing an overridden server (#1981)
kylo252
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-14
refactor: more configurable format-on-save (#1937)
kylo252
2021-11-10
fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 (...
Chase Colman
2021-11-10
fix(ci): blacklist 'sorbet' (#1936)
kylo252
2021-11-07
fix: dedupe linting messages
ChristianChiarulli
2021-11-06
chore: sort supported providers alphabetically (#1916)
kylo252
2021-11-06
refactor: deprecate lvim.lang.FOO (#1913)
kylo252
2021-10-31
perf(lsp): use the new upstream API for filetypes (#1836)
kylo252
2021-10-30
fix(lsp): avoid data-race on server:install() (#1863)
kylo252
2021-10-28
fix(lsp): install templates and configure overrides for custom providers
Chase Colman
2021-10-24
fix(lsp): disable eslint server by default (#1842)
kylo252
2021-10-23
fix(lsp): template generator now uses lsp.override (#1813)
kylo252
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