Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.46 KB

vim-stuff

Instalation

Required vim >= 8.0.

  1. Copy the file vimrc in your .vimrc.
  2. Install vim-plug using
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Open your file .vimrc with vim and use the command :source %
  2. Use the command :PlugInstall

Plugin Installed