taekyunk / vim74

My vim setup for 7.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

% Readme % %

  • Set up vim plugins managed by Pathogen
  • Setup for windows
  • Based on Vim 7
  • To use this under linux,
# open a terminal from ~
# install vim
sudo apt-get install -y vim-gnome

# clone this repository into ~/vimconfig
git clone https://github.com/taekyunk/vim74 vimconfig

# make symbolic links to all required directory and files
ln -s vimconfig/vimfiles .vim
ln -s vimconfig/_vimrc .vimrc
ln -s vimconfig/.gvimrc .gvimrc

Alternatively, use a script

cd ~
sh vimconfig/setup.sh

About

My vim setup for 7.4


Languages

Language:Vim Script 98.5%Language:Ruby 1.0%Language:Haskell 0.6%Language:C 0.0%Language:Shell 0.0%