remove tab mapping from blink

This commit is contained in:
Hydroxycarbamide 2025-04-04 00:01:04 +02:00
parent 32df610a34
commit d476987625
Signed by: Siklos
GPG key ID: C06D07D96997549A

8
lua/plugins/blink.lua Normal file
View file

@ -0,0 +1,8 @@
return { -- override blink.cmp plugin
"Saghen/blink.cmp",
opts = {
keymap = {
["<Tab>"] = {},
},
},
}