commit f537d34b4bead865d672a1055ab9de6f6323b52c
parent 660256912de9df23763f2d98ec83277ec4a6704d
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Sun, 20 Mar 2016 20:37:34 -0700
add plugin for Go
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -113,6 +113,8 @@ NeoBundle 'NLKNguyen/copy-cut-paste.vim'
" Python mode
NeoBundle 'klen/python-mode'
+NeoBundle 'fatih/vim-go'
+
" vimproc for asynchronous processes
NeoBundle 'Shougo/vimproc.vim', {
\ 'build' : {