Skip to content

Commit

Permalink
Add ctrlp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ISF committed Apr 23, 2012
1 parent 9863702 commit 5e22ee8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -238,6 +238,9 @@ let g:LatexBox_latexmk_options = "-pvc"
" ManPageView " ManPageView
let g:manpageview_winopen = "hsplit=" let g:manpageview_winopen = "hsplit="


" ctrlp config
let g:ctrlp_working_path_mode = 2

" C highlighting " C highlighting
hi DefinedByUser ctermfg=lightgrey guifg=blue hi DefinedByUser ctermfg=lightgrey guifg=blue
hi cBraces ctermfg=lightgreen guifg=lightgreen hi cBraces ctermfg=lightgreen guifg=lightgreen
Expand Down

0 comments on commit 5e22ee8

Please sign in to comment.