feat(lsp): migrate from blink.cmp to built-in completion

This commit is contained in:
2026-04-14 22:27:47 +02:00
parent 335680ea8a
commit 3f9170e46d
10 changed files with 225 additions and 130 deletions
-3
View File
@@ -1,5 +1,4 @@
local Linter = require("linter")
local lsp = require("lsp")
local util = require("util")
---@type vim.lsp.Config
@@ -13,8 +12,6 @@ return {
},
},
on_attach = function(client, bufnr)
lsp.on_attach(client, bufnr)
Linter.add(bufnr, {
cmd = {
"phpcs",