From f8fe1c57dc375617ec2b50c8ea87be8ef89f49e6 Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 22 Feb 2023 15:48:32 +0000 Subject: [PATCH] chore: change sumneko_lua to lua_ls --- .config/nvim/lua/plugins/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/lspconfig.lua b/.config/nvim/lua/plugins/lspconfig.lua index ca6bf4d..226527d 100644 --- a/.config/nvim/lua/plugins/lspconfig.lua +++ b/.config/nvim/lua/plugins/lspconfig.lua @@ -1,7 +1,7 @@ local mason_lspconfig = require "mason-lspconfig" mason_lspconfig.setup({ - ensure_installed = { "sumneko_lua", "rust_analyzer", "texlab", "hls", "yamlls" }, + ensure_installed = { "lua_ls", "rust_analyzer", "texlab", "hls", "yamlls" }, automatic_installation = true })