Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 462 Bytes

Vim configuration repository

This repository is my personal configuration for Vim text editor.

It uses Pathogen to manage plugins.

Installed plugins are :

  • gruvbox
  • nerdtree

To install a new plugin:

  • Download the plugin in ./bundle
  • Create configuration file <plugin_name>.vim in ./config/

To install on your computer :
git clone git@github.com:engelba/vim-config.git ~/.vim source install.sh

To update : source update.sh

And voilà !