add .direnv to search ignore

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-06 11:34:23 -05:00
parent 7f7fb6c15b
commit 56252ddbb0

View file

@ -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",