AutoYADM commit: 2025-01-15 22:35:05

This commit is contained in:
Daniel Fichtinger 2025-01-15 22:35:05 -05:00
parent aa6d479433
commit 28ec361aa0
2 changed files with 8 additions and 2 deletions

View file

@ -30,8 +30,8 @@ return {
}, },
}, },
plugins = { plugins = {
-- autoload = false, autoload = false,
-- override = { "notfunny" }, override = { "fzflua" },
}, },
terminal = { terminal = {
enabled = true, enabled = true,

View file

@ -0,0 +1,6 @@
return {
"ibhagwan/fzf-lua",
opts = {
-- fzf_colors = false,
},
}