Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 574 Bytes

This is my vim configuration folder.

I'm just getting started with it, so there are no interesting desicions whatsoever.

I keep it here for my own convenience.

Installation

Clone the repository to your ~/.vim folder.

Before using it you need to install vundle for package management and run :PluginInstall from vim, or vim +PluginInstall +qall from command line.

Notes

I try to keep plugin configurations in separate files and source them from vimrc.

Example: configuration for NERDtree is kept in nerdtree.vim