From b23d196994247319ca36f7efa216a2d203c464ed Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 27 Oct 2017 11:41:49 -0700 Subject: [PATCH] Re-enable fatih/vim-go plugin. --- dotfiles/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 023440b..cd34780 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -19,6 +19,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) Plugin 'vimoutliner/vimoutliner' Plugin 'PotatoesMaster/i3-vim-syntax' Plugin 'Matt-Deacalion/vim-systemd-syntax' + Plugin 'fatih/vim-go' call vundle#end() endif