Skip to content

Commit

Permalink
Larger tree allowed for ctrlp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Thal committed Aug 17, 2015
1 parent 74314b6 commit b2e35fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vim/common_config/plugin_config.vim
Expand Up @@ -99,6 +99,9 @@
Bundle "git://github.com/kien/ctrlp.vim.git"
nnoremap <leader>b :CtrlPBuffer<CR>
let g:ctrlp_working_path_mode = '' " enables search of entire filesystem
let g:ctrlp_max_files = 0
let g:ctrlp_follow_symlinks=1
let g:ctrlp_max_depth = 40

" ctrlp, NERDTree refresh
function Refresh()
Expand Down

0 comments on commit b2e35fc

Please sign in to comment.