Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 686 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 686 Bytes

Ntatb

Ntatb is short for nerd tree and tagbar

Overview

A (G)Vim plugin forked from trinity 2.1. It replaces 'Taglist' with 'Tagbar'. And support for 'Source Explorer' is canceled.

License

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.

INSTALL

METHOD 1: Install manually

git clone https://github.com/fortime/ntatb.git
cd ntatb
cp plugin/ntatb.vim ~/.vim/plugin/

METHOD 2: Install by vundle

Add this to your ~/.vimrc:

Bundle 'fortime/ntatb'

And launch vim, run :BundleInstall