summaryrefslogtreecommitdiff
path: root/_config/110-ctrlp.vim
blob: 9c3ebc7f6f6581e2f0d4288ec49be6749f5ddf69 (plain)
1
2
3
4
5
6
7
8
9
10
UsePlugin 'ctrlp.vim'

let g:ctrlp_custom_ignore = {
\ 'dir':  '\v[\/]node_modules$',
\ }

let g:ctrlp_switch_buffer = 0

" for multi-byte char
let g:ctrlp_key_loop = 1