feat: Diagnostics

This commit is contained in:
2026-08-18 23:29:09 +01:00
parent 6bc5875bad
commit a069901d84
4 changed files with 34 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
return {
{
"saghen/blink.cmp",
dependencies = {
"saghen/blink.lib",
},
build = function()
require("blink.cmp").build():pwait()
end,
opts = {
keymap = {
preset = "default",
["<Tab>"] = { "accept", "fallback" },
},
}
}
}