/vim

Primary LanguageVim Script

Note

change vim plugin manager into vim-plug.

Usage

Installation and Requisites:

  1. backup .vim directory and .vimrc first.(IMPORTANT!)

  2. cd ~ to change directory to home directory.

  3. copy files to home directory:

        git clone git://github.com/nunumick/vim.git
  1. make a symbolic link .vim to vim that we just cloned.
        ln -s vim ~/.vim
  1. link the vimrc
        ln -s ~/.vim/vimrc ~/.vimrc
  1. link the gvimrc
        ln -s ~/.vim/gvimrc ~/.gvimrc
  1. install ack.
        brew install ack

Install plugins:

Launch vim, run :PlugInstall

Update plugins:

Launch vim, run :PlugUpdate