chore: change sumneko_lua to lua_ls

This commit is contained in:
2023-02-22 15:48:32 +00:00
parent 9d02f556c6
commit f8fe1c57dc

View File

@@ -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
})