aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/bundles.vim1
-rw-r--r--vimrc5
2 files changed, 1 insertions, 5 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.
diff --git a/vimrc b/vimrc
index e1b27be..277dc9b 100644
--- a/vimrc
+++ b/vimrc
@@ -106,11 +106,6 @@ set backspace=indent,eol,start
filetype off
filetype indent plugin off
-" Using the Go plugins from the official repo.
-if isdirectory($GOROOT . "/misc/vim")
- set runtimepath+=$GOROOT/misc/vim
-endif
-
" All the plugins are listed in my bundles file, that will be installed
" inside the ~/.vim directory.
source ~/.vim/bundles.vim