diff --git a/vim/vundles.vim b/vim/vundles.vim index 8ea3e36..03fe09d 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -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. diff --git a/vim/vundles/go.vundle b/vim/vundles/go.vundle new file mode 100644 index 0000000..1deb7a5 --- /dev/null +++ b/vim/vundles/go.vundle @@ -0,0 +1 @@ +Bundle 'fatih/vim-go'