farazdagi / vim-go-ide

Ready to use, fully configured for Go development.
576 stars 290 forks source link

Tagbar #10

Closed qJkee closed 7 years ago

qJkee commented 8 years ago

After installation tag bar is aways empty added let g:tagbar_ctags_bin = '/usr/local/bin/ctags' to plugins.vim but still no effect screen shot 2016-06-19 at 8 37 47 am

osleg commented 7 years ago

The tagbar for go uses gotag, make sure you ran :GoInstallBinaries first time you launch vim to ensure that you have the correct binary.... and ensure it's in $PATH