mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: fuzzyfinder: fix ignore patterns
This commit is contained in:
parent
769d071538
commit
d995d54959
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ return {
|
|||
selection_caret = icons.current .. " ",
|
||||
multi_icon = icons.selected .. " ",
|
||||
file_ignore_patterns = {
|
||||
".git" .. path_delim,
|
||||
"node_modules" .. path_delim,
|
||||
".git",
|
||||
"node_modules",
|
||||
},
|
||||
mappings = {
|
||||
i = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue