mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-09-10 16:39:07 +00:00
[neovim] Update blink configuration
This commit is contained in:
@@ -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" },
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user