summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp
AgeCommit message (Collapse)Author
2021-12-12fix(lsp): correct client_id parsing in lvim-info (#2071)kylo252
2021-12-11feat: bump plugin versions (#2064)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-09feat: multiple enhancements to lvim-reload (#2054)kylo252
2021-12-08fix(lsp): prevent repeated setup call (#2048)kylo252
Check if the manager `autocomd` has already been configured, since some servers can take a while to initialize.
2021-12-06feat: full compatibility with neovim v0.6 (#2037)kylo252
2021-12-02feat: null-ls code_actions interface (#2008)Jieru Mei
2021-12-01chore: bump core-plugins' version (#2018)kylo252
2021-11-22fix(lsp): avoid installing an overridden server (#1981)kylo252
2021-11-21fix(null-ls): allow the same linter and formatter (#1968)kylo252
2021-11-16feat: support new null-ls (#1955)Christian Chiarulli
2021-11-14refactor: more configurable format-on-save (#1937)kylo252
2021-11-10fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 ↵Chase Colman
(#1934)
2021-11-10fix(ci): blacklist 'sorbet' (#1936)kylo252
2021-11-07fix: dedupe linting messagesChristianChiarulli
2021-11-06chore: sort supported providers alphabetically (#1916)kylo252
2021-11-06refactor: deprecate lvim.lang.FOO (#1913)kylo252
Consolidate configuration styles for linters and formatters Fixes #1756
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