Mercurial > dotfiles.old
comparison vimrc @ 255:b9112d1b6ef3
Remove ctrlp
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 04 Mar 2015 21:23:28 +0100 |
parents | 731b2964b8fd |
children | f051de40b409 |
comparison
equal
deleted
inserted
replaced
254:731b2964b8fd | 255:b9112d1b6ef3 |
---|---|
55 Plug 'shougo/neosnippet.vim' | 55 Plug 'shougo/neosnippet.vim' |
56 Plug 'shougo/neosnippet-snippets' | 56 Plug 'shougo/neosnippet-snippets' |
57 | 57 |
58 " Vim file navigation | 58 " Vim file navigation |
59 Plug 'tpope/vim-vinegar' | 59 Plug 'tpope/vim-vinegar' |
60 | |
61 " Open and find files | |
62 Plug 'ctrlpvim/ctrlp.vim' | |
63 | 60 |
64 " Don't use arrows! | 61 " Don't use arrows! |
65 Plug 'mrmargolis/dogmatic.vim' | 62 Plug 'mrmargolis/dogmatic.vim' |
66 | 63 |
67 " Theme | 64 " Theme |
415 " Dispatch {{{ | 412 " Dispatch {{{ |
416 nnoremap <leader>s :Make<CR> | 413 nnoremap <leader>s :Make<CR> |
417 autocmd FileType python setlocal makeprg=ipython\ --pdb\ % | 414 autocmd FileType python setlocal makeprg=ipython\ --pdb\ % |
418 autocmd FileType ruby setlocal makeprg=ruby\ % | 415 autocmd FileType ruby setlocal makeprg=ruby\ % |
419 " }}} | 416 " }}} |
420 " CtrlP {{{ | |
421 if executable('ag') | |
422 set grepprg=ag\ --nogroup\ --color | |
423 | |
424 let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' | |
425 let g:ctrlp_use_caching = 0 | |
426 endif | |
427 " }}} | |
428 " Neocomplete {{{ | 417 " Neocomplete {{{ |
429 let g:neocomplete#enable_at_startup=1 | 418 let g:neocomplete#enable_at_startup=1 |
430 " let g:neocomplete#data_directory=s:get_cache_dir('neocomplete') | 419 " let g:neocomplete#data_directory=s:get_cache_dir('neocomplete') |
431 " }}} | 420 " }}} |
432 " Neosnippet {{{ | 421 " Neosnippet {{{ |