[MINOR] change sumneko_lua to lua_ls
This commit is contained in:
parent
b05d6c1442
commit
85642bd7a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue