Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pdobrowolski/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note:

This is an old version of repository and vimrc itself. New version is available at dotfiles.

Installation:

git clone https://github.com/mastaofmuppets/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule update --init

Add new plugin:

git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive
git add .
git commit -m "Install Fugitive.vim bundle as a submodule."

More info:

http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

About

My portable, handy and mobile vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published