add go plugin and add .gitignore for bundle
parent
dd10bee54b
commit
5c90c6611d
|
|
@ -0,0 +1,3 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!Vundle.vim
|
||||||
1
vimrc
1
vimrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue