From 3b04d421c83569f934cbf41c31b66ff310404c64 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Sun, 10 Jun 2012 20:19:27 +0200 Subject: [PATCH] add gocode plugin, requires installation of the gocode daemon --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 59691e6..03b6618 100644 --- a/vimrc +++ b/vimrc @@ -30,6 +30,7 @@ Bundle 'leshill/vim-json' Bundle 'Lokaltog/vim-powerline' Bundle 'majutsushi/tagbar' Bundle 'mileszs/ack.vim' +Bundle 'nsf/gocode', {'rtp': 'vim/'} Bundle 'nvie/vim-flake8' Bundle 'othree/html5.vim' "Bundle 'pangloss/vim-javascript' -- 2.51.2