summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp/init.lua
AgeCommit message (Expand)Author
2023-04-28refactor(lsp)!: specify option in deprecation msgfeat/handlers-overridekylo252
2023-04-24fix: return empty object on nil sign valuesCPea
2023-04-24move default config to `settings.lua` and keep backward compabilityCPea
2023-04-24fix: guard check config tableCPea
2023-04-24refactor(lsp)!: deprecate `lvim.lsp.diagnostics`CPea
2023-02-07fix(lsp): lazy loading (#3824)LostNeophyte
2023-01-17fix(lsp): don't remove mason-lspconfig's hook (#3739)LostNeophyte
2022-10-15fix(nvim-cmp-lsp): update_capabilities has been deprecated (#3245)Abouzar Parvan
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
2022-09-19feat: breadcrumbs (#3043)Christian Chiarulli
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-07-04refactor(whichkey): use vim.keymap.set directly (#2786)kylo252
2022-06-27feat(lsp): add option to override nlsp-settings (#2769)kylo252
2022-06-26feat(lsp): add option to override default `nvim-lsp-installer` settings (#2698)CPea
2022-05-21refactor: load the default options once (#2592)kylo252
2022-05-06fix(autocmds): make sure we are using codelens correctly (#2576)Abouzar Parvan
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-28refactor(lsp): decouple the installer setup-hook (#2536)kylo252
2022-04-20refactor: update impatient (#2477)kylo252
2022-03-04feat: enable nlsp-settings schemas (#2322)Daniel You
2022-01-04fix(lsp): formatter now use new null-ls api function (#2135)CPea
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252
2022-01-03refactor: more consistent autocmds (#2133)kylo252
2021-12-06feat: full compatibility with neovim v0.6 (#2037)kylo252
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
2021-10-20fix(formatters): always select null-ls by default (#1810)kylo252
2021-10-10feat: add an independent lvim namespace (#1699)kylo252