From ecfde1f20d0872f4f3da5956f9f64b9830a76107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 2 Feb 2025 00:42:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20disable=20codeium?= =?UTF-8?q?=20inside=20the=20snacks=20picker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/coding/ai/codeium.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/extras/coding/ai/codeium.lua b/.config/nvim/lua/plugins/extras/coding/ai/codeium.lua index cce0cd19..41d4415a 100644 --- a/.config/nvim/lua/plugins/extras/coding/ai/codeium.lua +++ b/.config/nvim/lua/plugins/extras/coding/ai/codeium.lua @@ -20,6 +20,7 @@ return { DressingInput = false, ["neo-tree-popup"] = false, ["dap-repl"] = false, + ["snacks_picker_input"] = false, } local opts = { expr = true, silent = true }