summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp
AgeCommit message (Collapse)Author
2021-11-06chore: pin cmp related plugins (#1917)Christian Chiarulli
2021-11-06refactor: deprecate lvim.lang.FOO (#1913) (#1914)Christian Chiarulli
Consolidate configuration styles for linters and formatters Fixes #1756 Co-authored-by: kylo252 <[email protected]>
2021-10-31perf(lsp): use the new upstream API for filetypes (#1836)kylo252
2021-10-30fix(lsp): avoid data-race on server:install() (#1863)kylo252
2021-10-28fix(lsp): install templates and configure overrides for custom providersChase Colman
2021-10-24fix(lsp): disable eslint server by default (#1842)kylo252
2021-10-23fix(lsp): template generator now uses lsp.override (#1813)kylo252
2021-10-20fix(formatters): always select null-ls by default (#1810)kylo252
2021-10-14fix(null-ls): add common lsp-setup hooks (#1763)kylo252
2021-10-10feat: add an independent lvim namespace (#1699)kylo252