LunarVim/lua/lvim/lsp
kylo252 e4752692e5
fix(lsp): prevent repeated setup call (#2048)
Check if the manager `autocomd` has already been configured,
since some servers can take a while to initialize.
2021-12-08 08:15:56 +01:00
..
null-ls feat: null-ls code_actions interface (#2008) 2021-12-02 10:31:45 +01:00
providers feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
config.lua feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
handlers.lua feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
init.lua feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
manager.lua fix(lsp): prevent repeated setup call (#2048) 2021-12-08 08:15:56 +01:00
peek.lua feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
templates.lua fix(lsp): install templates and configure overrides for custom providers 2021-10-28 21:15:49 +08:00
utils.lua perf(lsp): use the new upstream API for filetypes (#1836) 2021-10-31 16:23:44 +01:00