From 8a10c634e3a3f26dc38f5660de0c6aacc6f1a0d1 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 14 Jul 2015 10:10:01 +0100 Subject: Add minor changes --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 35fd458..f1304d9 100644 --- a/vimrc +++ b/vimrc @@ -48,7 +48,8 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-vinegar' Plug 'troydm/zoomwintab.vim' -Plug 'Valloric/YouCompleteMe', { 'do' : './install.sh --clang-completer' } +Plug 'Valloric/YouCompleteMe' +", { 'do' : './install.sh --clang-completer' } Plug 'xolox/vim-misc', { 'on' : 'Note' } Plug 'xolox/vim-notes', { 'on' : 'Note' } call plug#end() @@ -108,7 +109,7 @@ let g:tagbar_autofocus=1 let g:tex_conceal= 'adgm' let g:tex_flavor='latex' -" let g:tex_fast=1 + let g:tex_fast="1" let NERDTreeIgnore=['\.pdf$', '\~$','\.toc$', \ '\.fls$','\.bbl$','\.blg$', @@ -309,5 +310,6 @@ nnoremap C :call fzf#run({ "" Experimental let g:notes_directories = ['~/dotfiles/notes'] +let g:pymode=0 " Idea: instant download colorscheme -- cgit v1.2.3