add go plugin and add .gitignore for bundle

master
Kuiki 2017-06-04 12:12:45 +08:00
parent dd10bee54b
commit 5c90c6611d
2 changed files with 4 additions and 0 deletions

3
bundle/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitignore
!Vundle.vim

1
vimrc
View File

@ -7,6 +7,7 @@ call vundle#begin()
" let Vundle manage Vundle, required " let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' Plugin 'VundleVim/Vundle.vim'
Plugin 'fatih/vim-go'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() " required call vundle#end() " required