remove lspconfig for lua
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user