changed keymap preset
This commit is contained in:
@@ -65,7 +65,9 @@ require("blink.cmp").setup({
|
|||||||
fuzzy = { implementation = "rust" },
|
fuzzy = { implementation = "rust" },
|
||||||
appearance = { use_nvim_cmp_as_default = true },
|
appearance = { use_nvim_cmp_as_default = true },
|
||||||
|
|
||||||
keymap = { preset = "default" },
|
keymap = {
|
||||||
|
["<Tab>"] = { "select_next", "snippet_forward", "fallback" },
|
||||||
|
},
|
||||||
|
|
||||||
signature = {
|
signature = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user