From 85642bd7a0d8be6c1ee6f76e2450821df8b029cc Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 22 Feb 2023 15:48:32 +0000 Subject: [PATCH] [MINOR] 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 })