Skip to content

Instantly share code, notes, and snippets.

@obrientimothya
Created July 6, 2019 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obrientimothya/f396278655efa1cd9605c4d2b7fe3818 to your computer and use it in GitHub Desktop.
Save obrientimothya/f396278655efa1cd9605c4d2b7fe3818 to your computer and use it in GitHub Desktop.
vim-plug base
" vim-plug
call plug#begin('~/.vim/plugged')
" plugin section
" end vim-plug
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment