Skip to content

Instantly share code, notes, and snippets.

@dunstontc
Created November 21, 2017 16:56
Show Gist options
  • Save dunstontc/250f39af91e98a4eea28e68c74ac5cb8 to your computer and use it in GitHub Desktop.
Save dunstontc/250f39af91e98a4eea28e68c74ac5cb8 to your computer and use it in GitHub Desktop.
Using plug.vim
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
" Shorthand notation; fetches https://github.com/junegunn/vim-easy-align
Plug 'junegunn/vim-easy-align'
" Make sure you use single quotes
Plug 'raimondi/delimitmate'
" Initialize plugin system
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment