Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 581 Bytes

.vim

My .vim configuration

  • Author: Ryannnnnnn

Supports

  • Vundle.vim: The plug-in manager for Vim
  • molokai: Molokai color scheme for Vim
  • Syntastic: Enable syntax checking for programming languages, like 'pep8' for Python
  • to be continued ...

Initialize with my .vim configuration

cd ~
git clone [email protected]:Ryannnnnnn/.vim.git

cd ~/.vim && git submodule update --init --recursive
ln -s ~/.vim/.vimrc ~/.vimrc