timmy21 / dotvim

vim editor configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Vim Configuration

Installation

  1. Install vim editor:
    • $ sudo add-apt-repository ppa:fcwu-tw/ppa
    • $ sudo apt-get update
    • $ sudo apt-get install vim
  2. git clone http://github.com/timmy21/dotvim.git ~/.vim
  3. cd ~
  4. ln -s ~/.vim/vimrc .vimrc to make the .vimrc symbolic link.
  5. cd ~/.vim
  6. Install Vundle with git clone http://github.com/gmarik/vundle.git bundle/vundle
  7. vim "+mkspell ~/.vim/spell/custom.en.utf-8.add" +BundleInstall +qall installs all of the plugins and compiles custom spellings.

About

vim editor configuration

License:MIT License


Languages

Language:Vim Script 85.1%Language:Ruby 14.9%