Use your plugin manager of choice.
- Pathogen
git clone https://github.com/erikulven/vim-tnt ~/.vim/bundle/vim-tnt
- Vundle
- Add
Bundle 'https://github.com/erikulven/vim-tnt'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/erikulven/vim-tnt'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/erikulven/vim-tnt'
to .vimrc - Run
:PlugInstall
- Add
Vim plugin to learn more about vim and plugins. What comes to mind as wishes is:
- json formatting
- url encoding decoding