summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp/init.lua
AgeCommit message (Collapse)Author
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
* fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <[email protected]>
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
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups
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
* refactor: use api-autocmds for lsp functions * chore: use the existing client.supports_method api * fix: a callback in an autocmd doesn't pass nil * revert: keep changes minimal to which-key Co-authored-by: Abouzar Parvan <[email protected]>
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-28refactor(lsp): decouple the installer setup-hook (#2536)kylo252
* chore(lsp): update plugins * refactor(lsp): decouple the installer setup-hook - remove the deprecated `server:setup()` - set up the server manually with lspconfig once `server:on_ready()` has been triggered * chore: use the new lsp_installer.setup()
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
(#1934)
2021-10-20fix(formatters): always select null-ls by default (#1810)kylo252
2021-10-10feat: add an independent lvim namespace (#1699)kylo252