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,8 +1,5 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
init_options = {
buildDirectory = "build",
},
-3
View File
@@ -1,8 +1,5 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
init_options = {
completion = {
disableSnippets = true,
-3
View File
@@ -1,8 +1,5 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
init_options = {
settings = {
xml = {
-3
View File
@@ -1,8 +1,5 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
settings = {
others = {
disableInlayHints = true,
-3
View File
@@ -1,8 +1,5 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
settings = {
["rust-analyzer"] = {
check = {
-3
View File
@@ -1,7 +1,4 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
}
-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,
-3
View File
@@ -1,8 +1,5 @@
local lsp = require("lsp")
---@type vim.lsp.Config
return {
on_attach = lsp.on_attach,
settings = {
zls = {
warn_style = true,