diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-02-17 18:05:08 +0200 |
---|---|---|
committer | opalmay <[email protected]> | 2023-02-24 17:18:10 +0200 |
commit | ccc51564411083fcea62a3e75cc3a6d99c634cfc (patch) | |
tree | 0522643456626b1a30b5e1c69b7f6da5b003aa6e /lua/lvim/lsp/config.lua | |
parent | 415521b34d8fe03fef4655946b404a0bf29cc9ed (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", |