diff --git a/lua/plugins/blink-cmp.lua b/lua/plugins/blink-cmp.lua index c1a2cea..b6f232c 100644 --- a/lua/plugins/blink-cmp.lua +++ b/lua/plugins/blink-cmp.lua @@ -8,11 +8,15 @@ return { require("blink.cmp").setup({ keymap = { preset = "default", + [""] = {}, + [""] = {}, [""] = { function() require("blink-cmp").show({ providers = { "ripgrep" } }) end, }, + [""] = { "snippet_forward", "fallback" }, + [""] = { "snippet_backward", "fallback" }, }, appearance = { use_nvim_cmp_as_default = true,