From 9c5b1acaa6ddb77d5b1867e134ec02478f0815b4 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 25 Apr 2023 20:37:52 +0100 Subject: [PATCH] chore(vim): update lua lsp to be lua_ls instead of sumneko_lua --- site-modules/core/files/vim/plugin/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/core/files/vim/plugin/lsp.lua b/site-modules/core/files/vim/plugin/lsp.lua index d1193c9..3c0317f 100644 --- a/site-modules/core/files/vim/plugin/lsp.lua +++ b/site-modules/core/files/vim/plugin/lsp.lua @@ -22,7 +22,7 @@ local servers = { -- Rust rust_analyzer = {}, -- Lua for the vim config and plugin dev - sumneko_lua = { + lua_ls = { settings = { Lua = { runtime = { version = "LuaJIT" },