Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 622 Bytes

File metadata and controls

42 lines (26 loc) · 622 Bytes

vimrc

Install Vim plugin manager Vundel.vim:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

And theme gruvbox.

git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox

Then copy vimrc to ~/.vimrc and in terminal

vim +PluginInstall +qall

or lunch vim and type: :PluginInstall

Result:

Screenshot

ls -l ~/.vim/bundle/

  command-t
  gruvbox
  nerdtree
  nerdtree-git-plugin
  sparkup
  vim-fugitive
  Vundle.vim