Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 488 Bytes

VIMRC

VIMRC for dummy int VIM (but useful for Admins/Developers)

installing:

git clone https://github.com/proggga/vimrc
cd vimrc
make install
make init

What does this script?

  • download vim from github.com/vim/vim
  • make install: for vim package -'configure', 'make' and 'make install' to your system (with most useful options)
  • make init: make symlink to your ~/.vimrc file
  • execute Vundle which download all plugins (list in .vimrc file, lines started from 'Plugin')