Skip to content

linpc/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

cd ~
git clone http://github.com/linpc/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule update --init

Upgrade all bundled plugins:

~/.vim/update.sh

Install new plugin as a git submodule:

cd ~/.vim
git submodule add <git-repository-url> bundle/<plugin-name>

Delete a submodule:

  1. Remove the entry from .gitmodules
  2. git rm --cached bundle/<plugin-name>
  3. rm -rf bundle/<plugin-name>

Plugins to be installed:

Thanks to: