Moves to snacks picker

and adapts blink keybindings
This commit is contained in:
Dennis Schoepf 2025-04-14 23:14:36 +02:00
parent 31dc7d2f55
commit 26428924c0
7 changed files with 54 additions and 313 deletions

View file

@ -5,7 +5,12 @@ return {
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
keymap = { preset = "enter" }, -- 'default' | 'super-tab' | 'enter'
keymap = {
preset = "enter",
["<Tab>"] = { "select_next", "fallback" },
["<S-Tab>"] = { "select_prev", "fallback" },
["<C-k>"] = { "show_documentation", "hide_documentation" },
},
appearance = {
nerd_font_variant = "mono",
},