|
|
@ -221,7 +221,7 @@ Bundle 'jiangmiao/auto-pairs' |
|
|
|
" python |
|
|
|
" python |
|
|
|
" Bundle 'nvie/vim-flake8' |
|
|
|
" Bundle 'nvie/vim-flake8' |
|
|
|
Bundle 'klen/python-mode' |
|
|
|
Bundle 'klen/python-mode' |
|
|
|
Bundle 'scrooloose/syntastic' |
|
|
|
" Bundle 'scrooloose/syntastic' |
|
|
|
|
|
|
|
|
|
|
|
" snippets |
|
|
|
" snippets |
|
|
|
Bundle 'msanders/snipmate.vim' |
|
|
|
Bundle 'msanders/snipmate.vim' |
|
|
@ -336,7 +336,7 @@ let g:unite_winheight = 10 |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" CtrlP and extensions configuration |
|
|
|
" CtrlP and extensions configuration |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
set wildignore+=*/build/*,*.egginfo,*.pyc,*.mo |
|
|
|
set wildignore+=*/build/*,*.egginfo,*.pyc,*.mo,*/dist/* |
|
|
|
let g:ctrlp_extensions = ['funky'] |
|
|
|
let g:ctrlp_extensions = ['funky'] |
|
|
|
nnoremap <C-O> :CtrlPFunky<CR> |
|
|
|
nnoremap <C-O> :CtrlPFunky<CR> |
|
|
|
|
|
|
|
|
|
|
|