fix(lsp): remove unnecessary config field
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
local lsp = require("lsp")
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = {
|
||||
@@ -7,7 +5,6 @@ return {
|
||||
},
|
||||
filetypes = { "xml" },
|
||||
root_markers = { ".git" },
|
||||
on_attach = lsp.on_attach,
|
||||
init_options = {
|
||||
logLevel = "warning",
|
||||
numWorkers = 4,
|
||||
|
||||
Reference in New Issue
Block a user