Skip to content

Instantly share code, notes, and snippets.

" Samuel Norbury's Vimrc
"-----------------------
"
" Plugins using vimplug {{{
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif