wting / dotvim

Personalized configuration for vim including rc, plugins, scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal .vimrc and collection of plugins and themes.

Setup

  1. Clone the repository.

     git clone https://github.com/wting/dotvim.git ~/.vim
    
  2. Symlink ~/.vimrc and install the Vundle plugin.

     cd ~/.vim
     make all
    

Plugins

  • vundle: vim plugin package management system

Themes

The selected color scheme is zenburn. a low-contrast theme primarily for dark environments. Others are listed in ~/.vim/colors/.

Enjoy!

About

Personalized configuration for vim including rc, plugins, scripts.


Languages

Language:Vim Script 86.4%Language:Vim Snippet 10.6%Language:Shell 2.2%Language:Makefile 0.7%