Skip to content

Instantly share code, notes, and snippets.

@AntoineDrouhin
Created October 19, 2018 17:31
Show Gist options
  • Save AntoineDrouhin/6d8d14627e66c33627c6836078395994 to your computer and use it in GitHub Desktop.
Save AntoineDrouhin/6d8d14627e66c33627c6836078395994 to your computer and use it in GitHub Desktop.
.vimrc
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
call plug#begin()
Plug 'sonph/onehalf', {'rtp': 'vim/'}
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment