AutoYADM commit: 2025-01-25 17:00:02

This commit is contained in:
Daniel Fichtinger 2025-01-25 17:00:03 -05:00
parent ceca7d6d6e
commit 8e89b7768a
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
return {
"ibhagwan/fzf-lua",
opts = {
files = {
cwd_prompt = false,
find_opts = [[-type f -not -path '*/\.git/*']],
rg_opts = [[--color=never --files -g "!.git"]],
fd_opts = [[--color=never --type f --type l --exclude .git]],
},
-- fzf_colors = true,
},
}

View file

@ -1,7 +1,7 @@
return {
"ahmedkhalf/project.nvim",
opts = {
manual_mode = false,
manual_mode = true,
patterns = { "root", ".root", ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "!/home/fic/" },
},
}