]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Merge branch 'master' of git.friedersdorff.com:max/saltfiles
[max/saltfiles.git] / states / vim / files / vimrc
index 0b68ef8d38b7ccb110a5d245d9b8a3a5b715d7fb..b38278cd6ee232e7870bce4d18c434908847bce0 100644 (file)
@@ -34,7 +34,6 @@ Plugin 'tmhedberg/SimpylFold'
 Plugin 'saltstack/salt-vim'
 Plugin 'fatih/vim-go'
 Plugin 'gu-fan/riv.vim'
-Plugin 'nvie/vim-rst-tables'
 Plugin 'lepture/vim-jinja'
 Plugin 'aklt/plantuml-syntax'
 Plugin 'vim-python/python-syntax'
@@ -56,6 +55,7 @@ colorscheme molokai
 " set shiftwidth=2
 " set softtabstop=2
 set relativenumber
+set number
 
 let g:html_indent_inctags = "html,body,head,tbody"
 let g:indentLine_color_term = 200
@@ -104,7 +104,7 @@ let g:clang_user_options='|| exit0'
 
 " Color 80th column
 highlight ColorColumn ctermbg=0
-set colorcolumn=80
+let &colorcolumn="80,".join(range(100,999),",")
 
 " Octave Syntax
 " augroup filetypedetect