X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ced19120422007d4cb1759455939472811dd9914..4339f7b2ba8e0349873b304930c302f2ba2e148c:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 7010d5f..9f4588e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -68,6 +68,9 @@ Plugin 'nathanaelkane/vim-indent-guides' Plugin 'alx741/vinfo' Plugin 'vim-scripts/mediawiki.vim' Plugin 'derekwyatt/vim-protodef' +Plugin 'rdnetto/ycm-generator' +" needs editing colorscheme +" Plugin 'jeaye/color_coded' " remove entries first set runtimepath -=$HOME/.vim @@ -85,9 +88,6 @@ syntax on colorscheme badwolf " options {{{1 -" put $ and the end of text to be replaced with 'cw' and the likes -set cpoptions+=$ - " moving around, searching and patterns {{{2 set incsearch " show match for partly typed search command set ignorecase " ignore case when using a search pattern