diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-30 13:26:53 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-30 13:26:53 +0200 |
| commit | 69f2fa5e9e6f2b45f607c6b325aae0d47bab9b71 (patch) | |
| tree | 2908b307227231852ece214ecc1c574e72367a3f /vim/bundles.vim | |
| parent | 2bfbd655e123841d11158dc3c1deaa0207e2282a (diff) | |
| download | dotfiles-69f2fa5e9e6f2b45f607c6b325aae0d47bab9b71.tar.gz dotfiles-69f2fa5e9e6f2b45f607c6b325aae0d47bab9b71.zip | |
vim: using the vim-go plugin, instead of the Go's official vim support.
Diffstat (limited to 'vim/bundles.vim')
| -rw-r--r-- | vim/bundles.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim index 2c59836..5e60959 100644 --- a/vim/bundles.vim +++ b/vim/bundles.vim @@ -8,6 +8,7 @@ Bundle 'gmarik/vundle' Bundle 'tpope/vim-surround.git' Bundle 'kien/ctrlp.vim.git' Bundle 'derekwyatt/vim-scala.git' +Bundle 'fatih/vim-go' "" " Some small adjustments for the installed plugins. |
