summaryrefslogtreecommitdiff
path: root/tests/minimal_lsp.lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-17 18:05:08 +0200
committerGitHub <[email protected]>2023-02-17 18:05:08 +0200
commitf43cc8e20b8443f052c8bd1dd74066eec514587b (patch)
tree1d2a69140fcedc2030b36725fc922117dab39ac0 /tests/minimal_lsp.lua
parentddc86f3a8aaa1afd36cf8f1a46a29a57922efc8a (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 'tests/minimal_lsp.lua')
-rw-r--r--tests/minimal_lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/minimal_lsp.lua b/tests/minimal_lsp.lua
index 9515268f..dd4c666d 100644
--- a/tests/minimal_lsp.lua
+++ b/tests/minimal_lsp.lua
@@ -71,7 +71,7 @@ _G.load_config = function()
end
-- Add the server that troubles you here, e.g. "clangd", "pyright", "tsserver"
- local name = "sumneko_lua"
+ local name = "lua_ls"
local setup_opts = {
on_attach = on_attach,