diff --git a/bundle/.gitignore b/bundle/.gitignore new file mode 100644 index 0000000..55998cb --- /dev/null +++ b/bundle/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!Vundle.vim diff --git a/vimrc b/vimrc index 7575bee..087b15a 100644 --- a/vimrc +++ b/vimrc @@ -7,6 +7,7 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' +Plugin 'fatih/vim-go' " All of your Plugins must be added before the following line call vundle#end() " required