1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-10 19:59:09 +00:00

[neovim] Update blink configuration

This commit is contained in:
2025-08-21 19:57:35 +02:00
parent 3e31b91e8b
commit 9e9538ba7d

View File

@@ -59,7 +59,7 @@ require("blink.cmp").setup({
keymap = { keymap = {
preset = "enter", preset = "enter",
["<C-q>"] = { "hide", "fallback" }, ["<C-q>"] = { "hide" },
["<S-Tab>"] = { "select_prev", "fallback" }, ["<S-Tab>"] = { "select_prev", "fallback" },
["<Tab>"] = { "select_next", "fallback" }, ["<Tab>"] = { "select_next", "fallback" },
}, },