🐛 fix(nvim): disable codeium inside the snacks picker

This commit is contained in:
Sergio Laín 2025-02-02 00:42:12 +01:00
parent 1b3ed7466e
commit ecfde1f20d
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -20,6 +20,7 @@ return {
DressingInput = false,
["neo-tree-popup"] = false,
["dap-repl"] = false,
["snacks_picker_input"] = false,
}
local opts = { expr = true, silent = true }