Either nerdtree or fzf ignores .env, I have a .env in my working folder, but I can't find it with fzf nor in nerdtree.
Here's my vimrc: https://github.com/dipzera/nvim
Either nerdtree or fzf ignores .env, I have a .env in my working folder, but I can't find it with fzf nor in nerdtree.
Here's my vimrc: https://github.com/dipzera/nvim
Copyright © 2021 Jogjafile Inc.
For NERDTree, try
For fzf, it depends on what command you're running/if you're using
agorrg, but you'll need to add a "hidden" flag to the arguments. For instance,will make it so that
:FZFwill let you search for hidden files usingfind. You'll want to modify that to use whatever program you prefer instead. I believe you can also set this variable in your.bashrcinstead of in yourinit.vimbut that's up to you.