From: Philippe Huerlimann Date: Sun, 10 Jun 2012 18:19:27 +0000 (+0200) Subject: add gocode plugin, requires installation of the gocode daemon X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=3b04d421c83569f934cbf41c31b66ff310404c64;p=vimfiles.git add gocode plugin, requires installation of the gocode daemon --- 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'