fixed startuperror with languageserver

This commit is contained in:
pr0c3550r 2023-02-13 17:47:43 +01:00
parent da85475fc0
commit f1de0e1179

View file

@ -93,7 +93,7 @@ return {
config = function()
require("mason-lspconfig").setup({
ensure_installed = {
"sumneko_lua",
"lua_ls",
"clangd",
}
})