add .direnv to search ignore
This commit is contained in:
parent
7f7fb6c15b
commit
56252ddbb0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ return {
|
|||
},
|
||||
},
|
||||
defaults = {
|
||||
file_ignore_patterns = { "node_modules", "package-lock.json", "target", ".git" },
|
||||
file_ignore_patterns = { "node_modules", "package-lock.json", "target", ".git", ".direnv" },
|
||||
mappings = {
|
||||
i = {
|
||||
["<C-j>"] = "move_selection_next",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue