start supporting golang

This commit is contained in:
hophacker 2017-07-05 21:58:28 +08:00
parent 4352ee68cb
commit 4c66713452
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ runtime textobjects.vundle
runtime search.vundle
runtime project.vundle
runtime vim-improvements.vundle
runtime go.vundle
" The plugins listed in ~/.vim/.vundles.local will be added here to
" allow the user to add vim plugins to yadr without the need for a fork.

1
vim/vundles/go.vundle Normal file
View File

@ -0,0 +1 @@
Bundle 'fatih/vim-go'