AutoYADM commit: 2025-01-25 17:00:02
This commit is contained in:
parent
ceca7d6d6e
commit
8e89b7768a
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
return {
|
return {
|
||||||
"ibhagwan/fzf-lua",
|
"ibhagwan/fzf-lua",
|
||||||
opts = {
|
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,
|
-- fzf_colors = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"ahmedkhalf/project.nvim",
|
"ahmedkhalf/project.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
manual_mode = false,
|
manual_mode = true,
|
||||||
patterns = { "root", ".root", ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "!/home/fic/" },
|
patterns = { "root", ".root", ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "!/home/fic/" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue