Skip to content

Instantly share code, notes, and snippets.

call plug#begin('~/.vim/plugged')
" Make sure you use single quotes
" On-demand loading
Plug 'Townk/vim-autoclose'
Plug 'fatih/vim-go'
Plug 'scrooloose/nerdcommenter'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-abolish'