Skip to content

vishwassharma/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim installation for life

Installation

  1. git clone http://github.com/vishwassharma/dotvim.git vimfiles in your home folder
  2. Make link
  • In Windows (start cmd.exe with admin permission) * mklink /D .vim vimfiles * mklink _vimrc vimfiles/vimrc * mklink _gvimrc vimfiles/gvimrc
  • In Ubuntu
    • ln -s vimfiles .vim
    • ln -s vimfiles\vimrc .vimrc
    • ln -s vimfiles\gvimrc .gvimrc
  1. Install Vundle with git clone http://github.com/gmarik/vundle.git bundle/vundle
  2. Run Vim and type :BundleInstall to install the plugins with Vundle.

Requirements

Windows

Notes

Be sure to always edit the vimrc using ,v, which opens the vimrc in the .vim folder. Vim has a nasty habit of overriding symlinks.

Installation instruction for command-t

  1. Get Command Tags
  2. sudo apt-get install libruby ruby-dev
  3. cd ~/.vim/bundle/Command-T/ruby/command-t
  4. ruby extconf.rb
  5. make

Plugin List

Note: Auto generated by rake plugins:update_readme

About

Vim configuration to sync

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published