This commit is contained in:
Stuce 2025-07-12 10:14:23 +02:00
parent cba0f6f825
commit 418e090ce6
37 changed files with 933 additions and 25 deletions

View file

@ -0,0 +1,11 @@
return {
"saghen/blink.cmp",
enabled = true,
opts = {
keymap = {
preset = 'default',
["<CR>"] = {},
["enter"] = {},
},
},
}