ctaylo21 / jarvis

Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Denite is not setup with ripgrep to find hidden files.

casperstorm opened this issue · comments

I found your config a few days back and love it, so thanks for that ❤️
However, you are missing the --hidden flag in the file/rec config in order to search for hidden files:

call denite#custom#var('file/rec', 'command', ['rg', '--files', '--glob', '!.git', '--hidden'])

Thanks for the issue! This is a tougher one. I believe I left it out on purpose because I was consistently getting hidden files in my search when I was trying to look at my app's sources files. I typically don't edit my hidden files a lot, so I tend to want them excluded from fuzzy finding features to reduce clutter.

This one might be more of a personal preference that I'll leave up to others to add if they want it.

I see, that I understand. This is one of the reasons why I (very recently) switched to Vim. The customization. What works for you, does not necessarily work for me. Your setup was just a perfect starting point for me!

Totally agree! Closing this, but anyone else with the same request will hopefully see this and know how to fix it. Thanks again!