I'm having a lot of trouble figuring out the syntax for the wildignore
setting in Vim.
Suppose I want my file finder plugin (I use Ctrlp, which uses wildignore
) to not search through hidden files and folders, that is, files and folders prefixed with a .
.
How would I go about doing that?