]> Untitled Git - vimfiles.git/commitdiff
add gocode plugin, requires installation of the gocode daemon
authorPhilippe Huerlimann <phihue@gmail.com>
Sun, 10 Jun 2012 18:19:27 +0000 (20:19 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Sun, 10 Jun 2012 18:19:27 +0000 (20:19 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 59691e658a08f560f89bf17b096d709a2f4964cd..03b66188dd1c1c5b88e5547ac129d804413bbded 100644 (file)
--- 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'