Skip to content

Commit

Permalink
Ignore some troublesome directories/files in CtrlP
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed May 16, 2017
1 parent 4f64a27 commit 7b5599a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -243,6 +243,8 @@ let g:ctrp_extensions = ['funky']
nnoremap <leader>f :CtrlPFunky<CR>
" comma-F to active the function list using the word under the cursor
nnoremap <leader>F :execute 'CtrlPFunky '.expand('<cword>')<CR>
" Ignore files in CtrlP's finder
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git\|vendor'

" dwm config
let g:dwm_master_pane_width = 130
Expand Down

0 comments on commit 7b5599a

Please sign in to comment.