From 87f61d4d95330768ea4dcec002c12b324d86b581 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 5 Oct 2025 19:17:34 +0300 Subject: sync --- config/nvim/lua/plugins/cmp.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config/nvim/lua/plugins/cmp.lua') diff --git a/config/nvim/lua/plugins/cmp.lua b/config/nvim/lua/plugins/cmp.lua index d113fd5..3ac698f 100644 --- a/config/nvim/lua/plugins/cmp.lua +++ b/config/nvim/lua/plugins/cmp.lua @@ -35,6 +35,9 @@ return { opts = { keymap = { preset = "enter", + [""] = false, + [""] = { "snippet_forward", "fallback" }, + [""] = { "snippet_backward", "fallback" }, }, completion = { list = { @@ -61,7 +64,12 @@ return { signature = { enabled = true }, snippets = { preset = "luasnip" }, sources = { - default = { "lsp", "path", "snippets", "buffer", "codecompanion" }, + default = { + "lsp", + "path", + "snippets", + "buffer", + }, }, }, } -- cgit v1.2.3