fix(lsp): remove unnecessary config field

This commit is contained in:
2026-02-28 09:51:39 +01:00
parent 22581da1ee
commit c01c4a5622
8 changed files with 0 additions and 24 deletions
-3
View File
@@ -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,