🐛 fix(nvim): disable codeium inside the snacks picker
This commit is contained in:
parent
1b3ed7466e
commit
ecfde1f20d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ return {
|
||||||
DressingInput = false,
|
DressingInput = false,
|
||||||
["neo-tree-popup"] = false,
|
["neo-tree-popup"] = false,
|
||||||
["dap-repl"] = false,
|
["dap-repl"] = false,
|
||||||
|
["snacks_picker_input"] = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
local opts = { expr = true, silent = true }
|
local opts = { expr = true, silent = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue