Various dotfile updates.

This commit is contained in:
David Tomaschik
2015-06-13 18:14:06 -07:00
parent c6ed005467
commit f03e60b30d
3 changed files with 22 additions and 2 deletions

2
vimrc
View File

@@ -14,6 +14,8 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
Plugin 'scrooloose/syntastic'
Plugin 'mattn/webapi-vim'
Plugin 'mattn/gist-vim'
Plugin 'fatih/vim-go'
Plugin 'Valloric/YouCompleteMe'
call vundle#end()
endif