diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-02-17 18:05:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-17 18:05:08 +0200 |
commit | f43cc8e20b8443f052c8bd1dd74066eec514587b (patch) | |
tree | 1d2a69140fcedc2030b36725fc922117dab39ac0 /lua/lvim/lsp/config.lua | |
parent | ddc86f3a8aaa1afd36cf8f1a46a29a57922efc8a (diff) |
refactor(lsp)!: lua lsp renamed (#3836)
Need to run `:LvimCacheReset` after this for lua ftplugin regenration
* chore: bump plugins version
* refactor(loader): update lazy's cache setup
* chore: bump plugins version
* chore(lsp): skip antlerls for html
* fix(lsp): lua lsp renamed (#3841)
* fix(loader): lazy's cache is now a directory
* fix: LvimUpdate should bump core plugins (#3846)
* chore: bump plugins version
* fix(cmp): handle deprecated tree-sitter api (#3853)
* fix(loader): wrap cache invocation with pcall
avoid problems when lazy hasn't been updated yet
* chore(lsp): skip docker-compose ls
* chore: bump plugins
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kylo252 <[email protected]>
Co-authored-by: Jieru Mei <[email protected]>
Co-authored-by: LostNeophyte <[email protected]>
Diffstat (limited to 'lua/lvim/lsp/config.lua')
-rw-r--r-- | lua/lvim/lsp/config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua index 7128a4cc..7f4b3bd5 100644 --- a/lua/lvim/lsp/config.lua +++ b/lua/lvim/lsp/config.lua @@ -1,10 +1,12 @@ local skipped_servers = { "angularls", "ansiblels", + "antlersls", "ccls", "csharp_ls", "cssmodules_ls", "denols", + "docker_compose_language_service", "ember", "emmet_ls", "eslint", |