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",
},