Skip to content

Instantly share code, notes, and snippets.

@rbento
Created May 29, 2024 22:54
Show Gist options
  • Save rbento/3c71e0278a339c95ea57b05000bf14ad to your computer and use it in GitHub Desktop.
Save rbento/3c71e0278a339c95ea57b05000bf14ad to your computer and use it in GitHub Desktop.
My personal notes on Vim

Vim

Install VimPlug on WSL2

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment