From 69f2fa5e9e6f2b45f607c6b325aae0d47bab9b71 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 30 Mar 2014 13:26:53 +0200 Subject: vim: using the vim-go plugin, instead of the Go's official vim support. --- vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vimrc') 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 -- cgit v1.2.3