aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 0c48a68..f9a550e 100644
--- a/init.vim
+++ b/init.vim
@@ -97,6 +97,8 @@ let g:syntastic_always_populate_loc_list = 1
nmap <F8> :TagbarToggle<CR>
let g:tagbar_ctags_bin='uctags'
+" For improved Go support
+" go get github.com/jstemmer/gotags
" For clang complete
" path to directory where library can be found