mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 12:19:08 -04:00
remove tab mapping from blink
This commit is contained in:
parent
32df610a34
commit
d476987625
1 changed files with 8 additions and 0 deletions
8
lua/plugins/blink.lua
Normal file
8
lua/plugins/blink.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return { -- override blink.cmp plugin
|
||||||
|
"Saghen/blink.cmp",
|
||||||
|
opts = {
|
||||||
|
keymap = {
|
||||||
|
["<Tab>"] = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue