remove lspconfig for lua
This commit is contained in:
parent
c24d7fb468
commit
a63b679b66
1 changed files with 0 additions and 13 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue