Created
March 22, 2021 20:35
-
-
Save ryanburnette/62b54fa4ac0622ad8c81d3d48f47fc46 to your computer and use it in GitHub Desktop.
ctrlp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin 'ctrlpvim/ctrlp.vim.git' | |
let g:ctrlp_show_hidden = 1 | |
let g:ctrlp_custom_ignore = { 'dir': '\v[\/](\.git|node_modules|rubygems|\.sass-cache|\.vagrant|bower_components|build|tmp|vendor|public.built)$' } | |
set wildignore+=.DS_Store | |
set wildignore+=*/node_modules/* | |
set wildignore+=*/bower_components/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment