-
Backup your old vim configuration files:
// Linux/OSX mv ~/.vim ~/.vim.orig mv ~/.vimrc ~/.vimrc.orig // Windows mv yourVimDirectory/vimfiles yourVimDirectory/vimfiles.bak mv yourVimDirectory/_vimrc yourVimDirectory/_vimrc.bak
-
Clone and install this repo:
// Linux/OSX git clone https://github.com/raw34/my-vimrc.git ~/.vim ln -s ~/.vim/vimrc ~/.vimrc // Windows git clone https://github.com/raw34/my-vimrc.git yourvimdirectory/vimfiles cp yourvimdirectory/vimfiles/vimrc yourvimdirectory/_vimrc
-
Setup
Vundle
:// Linux/OSX git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle // Windows git clone https://github.com/gmarik/vundle.git yourvimdirectory/vimfiles/bundle/vundle
-
Install bundles. Launch vim(ignore the errors and they will disappear after installing needed plugins)and run:
:BundleInstall
-
Notifications
You must be signed in to change notification settings - Fork 0
raw34/my-vimrc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published