Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.2 KB

Install:

cd ~
git clone https://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: