]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: add ycm-generator
[dotfiles.git] / vim / vimrc
index 7010d5fe058b9ed3bf3b223f4a10ed5795f80b33..9f4588e4f31ee4755391644fc367602e62d23887 100644 (file)
--- 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