Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 2.4 KB

File metadata and controls

57 lines (50 loc) · 2.4 KB

vim

Vim Configuration

Idea From

Copied from synchronizing plugins with git and pathogen

How to apply

  1. git clone git@github.com:KraTos5589/vim.git ~/.vim
  2. ln -s ~/.vim/vimrc ~/.vimrc
  3. cd ~/.vim
  4. git submodule init
  5. git submodule update

Updating Plugins

  • git submodule foreach git pull origin master

Plugins


Plugins to be Added