From ebd8d5731cb35fdfbc28214b3a9ddf991c103230 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 23 Aug 2021 21:31:39 -0400 Subject: Add a note on gotags --- init.vim | 2 ++ 1 file changed, 2 insertions(+) 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 :TagbarToggle 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 -- cgit v1.2.3