Add wod sources, and updated vimrc

This commit is contained in:
2018-02-02 09:29:13 -05:00
parent 8a46fb4c74
commit c714d87903
4 changed files with 1294 additions and 2 deletions

5
vimrc
View File

@ -14,6 +14,7 @@
" * https://github.com/scrooloose/syntastic
" * https://github.com/hashivim/vim-terraform.git
" * https://github.com/tangledhelix/vim-kickstart.git
" * git@github.com:yorokobi/vim-splunk.git
"
" Pathogen colorschemes used: (vimcolors.com for more)
" * https://github.com/Marfisc/vorange.git
@ -46,8 +47,8 @@ set comments-=s1:/*,mb:*,ex:*/
set comments+=s:/*,mb:\ *,ex:\ */
set comments+=fb:*
" Highlight the focused line
set cursorline
" If uncommented highlight the focused line
"set cursorline
"set background=dark
"let g:badwolf_darkgutter=1