Skip to content

Latest commit

 

History

History
116 lines (84 loc) · 2.77 KB

README.textile

File metadata and controls

116 lines (84 loc) · 2.77 KB

myVIM : This is My VIM configurations on an Ubuntu Linux system

About

  • MyVIM configuration found at http://github.com/jamin4jc/myvim
  • Benjamin Wagaman
  • ben@wagaman.org
  • Special thanks to Chad Humphries. His bringing-vim-to-the-people configuration set was the inspiration that helped me realize that how awesome VIM could be. It was also a basis of research for this configuration set.

What’s included?

Plugins

Next

Installation Instructions (Given this project is in some_dir)

  1. cd ~
  2. ln -s some_dir/.vim
  3. ln -s some_dir/.vimrc
  4. ln -s some_dir/.gvimrc

Further Instructions and Dependencies

sudo apt-get install

  • curl
  • exuberant-ctags
  • git-core
  • vim-gnome

In order to use RTM (Remember the Milk):

  1. cp ./.vim/configs/my_rtm.vim ./.vim/configs/rtm.vim
  2. View this file and follow the instructions there.