Ntatb is short for nerd tree and tagbar
A (G)Vim plugin forked from trinity 2.1. It replaces 'Taglist' with 'Tagbar'. And support for 'Source Explorer' is canceled.
This program is free software; you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or any later version.
git clone https://github.com/fortime/ntatb.git
cd ntatb
cp plugin/ntatb.vim ~/.vim/plugin/
Add this to your ~/.vimrc:
Bundle 'fortime/ntatb'
And launch vim
, run :BundleInstall