Skip to content

Instantly share code, notes, and snippets.

@ssilva
Last active July 20, 2018 13:28
Show Gist options
  • Save ssilva/9ba5698339dbd8ba263f0e4a8fac6624 to your computer and use it in GitHub Desktop.
Save ssilva/9ba5698339dbd8ba263f0e4a8fac6624 to your computer and use it in GitHub Desktop.

Bootstrapping Vim

  1. Install vim-plug
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
  2. Clone .vimrc
  3. vim +PlugInstall +qall
  4. In Vim :Obsess ~/.vim/mysession.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment