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
-1
View File
@@ -31,7 +31,6 @@ return {
},
},
on_attach = function(client, bufnr)
require("lsp").on_attach(client, bufnr)
local util = require("util")
vim.keymap.set("n", "<leader>lf", function()