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
Age
Commit message (
Expand
)
Author
2021-10-10
feat: add an independent lvim namespace (#1699)
kylo252
2021-10-09
feat: support wildcard filetypes for null-ls providers (#1447)
Luc Sinet
2021-10-09
feat: configure multiple filetypes per provider (#1725)
kylo252
2021-10-09
fix(lsp): use correct check for formatter override (#1726)
kylo252
2021-10-09
fix: move jsonls commands under setup (#1685)
Abouzar Parvan
2021-10-08
fix: register null-ls providers per filetype (#1709)
kylo252
2021-10-07
feat(lsp): handle user configuration in setup() (#1707)
kylo252
2021-10-06
[Feature] better code action prompt and auto show codelens actions (#1698)
Abouzar Parvan
2021-10-05
feat(lsp): make lsp buffer-mappings configurable (#1687)
Subho Banerjee
2021-10-04
fix: return null ls setup user config (#1683)
dklymenk
2021-10-04
fix: bring back NlspConfig completion (#1682)
Abouzar Parvan
2021-10-04
fix: the virtual_text charachter causes issues (#1681)
Abouzar Parvan
2021-10-04
feat: better kubernetes support (#1679)
Abouzar Parvan
2021-10-04
feat: better default json schemas (#1678)
Abouzar Parvan
2021-10-04
fix: restore the ability to override formatting (#1677)
kylo252
2021-10-03
fix: add missing table entry (#1670)
kylo252
2021-10-03
fix: return correctly for overridden lang servers (#1669)
Abouzar Parvan
2021-10-03
refactor: auto-generate language configuration (#1584)
kylo252
2021-10-02
feat: make lsp highlight color configurable (#1659)
Abouzar Parvan
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-20
add support for local stylelint (#1586)
Abouzar Parvan
2021-09-18
feature: vim.api.diagnostics has been moved to vim.diagnostics in neovim head...
Abouzar Parvan
2021-09-15
feature: make peek function work in neovim head and 0.5 (#1559)
Abouzar Parvan
2021-09-13
fix: common capabilities returning nothing if no cmp_nvim_lsp (#1537)
Luong Vo
2021-09-13
refactor: use more flexible paths (#1381)
kylo252
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-07
feat: compe -> cmp (#1496)
Christian Chiarulli
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
2021-09-01
fix the string concat in logging (#1441)
Abouzar Parvan
2021-08-30
Set correct cursor in the peek preview window (#1424)
Abouzar Parvan
2021-08-30
Setup tailwindcss language server (#1376)
hui.liu
2021-08-29
feat: darker doc highlights
christianchiarulli
2021-08-26
Remap 'Goto implementation' binding from gi to gI
Chae SM
2021-08-26
[Refactor]: only allow a single logger (#1405)
kylo252
2021-08-26
fix logging when plenary is not available (#1390)
kylo252
2021-08-20
[feature] Move common parts of language server setup to lsp/init (#1355)
Abouzar Parvan
2021-08-19
[Bugfix] fix formatter/linter nil issue (#1353)
Abouzar Parvan
2021-08-18
[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)
Ahmed Khalf
2021-08-17
fix: remove wrongful log entry from null-ls setup (#1341)
kylo252
2021-08-17
[Refactor]: Remove vim-rooter dependency (#1319)
kylo252
2021-08-17
[Feature] Make the rest of the builtins configurable (#1318)
kylo252
2021-08-15
[Bugfix] Support extending null builtin args (#1317)
Luc Sinet
2021-08-14
[Refactor/Bugfix] Improve null ls handler (#1277)
Luc Sinet
2021-08-12
Fix formatting according to style-guide (#1057)
kylo252
2021-08-11
fix nil exception for langs without providers (#1290)
Abouzar Parvan
2021-08-10
remove the violent message for provider not found (#1283)
Abouzar Parvan
2021-08-09
feat: Add an async logger using plenary (#1207)
kylo252
[next]