From f43cc8e20b8443f052c8bd1dd74066eec514587b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 18:05:08 +0200 Subject: 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 <59826753+kylo252@users.noreply.github.com> Co-authored-by: Jieru Mei Co-authored-by: LostNeophyte --- tests/minimal_lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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, -- cgit v1.2.3