|
|
@ -331,5 +331,6 @@ let g:unite_winheight = 10 |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" CtrlP and extensions configuration |
|
|
|
" CtrlP and extensions configuration |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
|
|
|
set wildignore+=*/build/*,*.egginfo,*.pyc,*.mo |
|
|
|
let g:ctrlp_extensions = ['funky'] |
|
|
|
let g:ctrlp_extensions = ['funky'] |
|
|
|
nnoremap <C-O> :CtrlPFunky<CR> |
|
|
|
nnoremap <C-O> :CtrlPFunky<CR> |
|
|
|