From b6fb5964dfb979bae92fe5a933866ddcc7d71c0f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 9 Mar 2016 22:44:04 +0000 Subject: Add repos to mr --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index 8bf3807..8a04feb 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -41,6 +41,7 @@ Plug 'troydm/zoomwintab.vim' Plug 'Valloric/YouCompleteMe', { 'do' : 'python2 install.py --clang-completer' } Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' +Plug 'holomorph/vim-freefem' call plug#end() let g:vimtex_fold_enabled=0 @@ -81,7 +82,6 @@ let g:ctrlp_prompt_mappings = { \ 'PrtHistory(1)': [''],} let g:gitgutter_max_signs=1000 - let g:pymode_rope=0 let g:syntastic_cpp_compiler = "g++" -- cgit v1.2.3