I have already mounted ctags, but it still not working at all. I pressed ,tt , and nothing happened. Is that any way to solve this problem in spf13-vim? Did Anyone suffer the same problem as me?
spf13-vim tagbar is not working
956 Views Asked by Leo Hsieh At
2
Have you remapped your
<Leader>
key to,
?The tagbar toggle in spf13 is
<Leader>tt
, and the leader key is\
by default.Try to toggle the tagbar with
\tt
. Alternatively, addlet mapleader=","
to your .vimrc.