LunarVim/lua/lvim/lsp
kylo252 dd65e28565
refactor(lsp): decouple the installer setup-hook (#2536)
* 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-28 14:38:32 +02:00
..
null-ls fix(null-ls): avoid sending invalid opts.args (#2154) 2022-01-08 14:24:05 +01:00
providers refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
config.lua feat(peek): make sure max width and height are customizable (#2492) 2022-04-22 15:11:21 +04:30
handlers.lua refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093) 2021-12-23 10:33:20 +01:00
init.lua refactor(lsp): decouple the installer setup-hook (#2536) 2022-04-28 14:38:32 +02:00
manager.lua refactor(lsp): decouple the installer setup-hook (#2536) 2022-04-28 14:38:32 +02:00
peek.lua feat(peek): make sure max width and height are customizable (#2492) 2022-04-22 15:11:21 +04:30
templates.lua refactor(lsp): cleanup servers' override configuration (#2243) 2022-04-14 23:17:22 +04:30
utils.lua feat(info): display overridden servers for filetype (#2155) 2022-01-08 14:36:56 +01:00