Vim Configuration
Copied from synchronizing plugins with git and pathogen
- git clone git@github.com:KraTos5589/vim.git ~/.vim
- ln -s ~/.vim/vimrc ~/.vimrc
- cd ~/.vim
- git submodule init
- git submodule update
- git submodule foreach git pull origin master
- Fugitive
Git wrapper
- Color Schemes
Color Schemes for vim
- Set Colors
Used to Quickly switch color themes
- Vim Gutter
Used to show git diff in vim window
- Vim Airline
Shows a statusline for vim at the bottom
- Tagbar
A Class Outline Viewer for Vim
- Tabular
Aligning Text. Look at Aligning Tex with Tabular
- NerdTree
NERDTree is a file system explorer for Vim
- NERDTREE git plugin
A plugin of NERDTree showing git status flags.
- NERDTREE Syntax Highlight
This adds syntax for nerdtree on most common file extensions
- Vim Devicons
This adds icons for different plugins
- Vim Polyglot
A collection of language packs for Vim.
- Indent Guides
Indent Guides is a plugin for visually displaying indent levels in Vim.