From 59b507b658ee6ebc5a235cc55b7e1b26d5b6e7d1 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 28 Aug 2023 20:36:18 +0000 Subject: [PATCH] cmp --- vim/.vim/lua/plugins/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/lua/plugins/cmp.lua b/vim/.vim/lua/plugins/cmp.lua index ec26a58..a1e0934 100644 --- a/vim/.vim/lua/plugins/cmp.lua +++ b/vim/.vim/lua/plugins/cmp.lua @@ -91,7 +91,7 @@ return { sources = cmp.config.sources({ { name = "async_path", priority = 9 }, -- { name = "treesitter", priority = 7 }, - { name = "cmdline", priority = 8 }, + { name = "cmdline", priority = 8, option = { ignore_cmds = { "edit", "write" } } }, }), })