remove lspconfig for lua

This commit is contained in:
2023-11-16 15:42:50 +01:00
parent c24d7fb468
commit a63b679b66

View File

@@ -41,18 +41,5 @@ lspc.yamlls.setup({
},
});
lspc.lua.setup({
settings = {
Lua = {
diagnostics = {
globals = { 'vim' }
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
checkThirdParty = false
},
},
},
})
-- lspc.intelephense.setup()