Skip to content

Instantly share code, notes, and snippets.

@brainard52
Created January 4, 2019 05:44
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 brainard52/8c934222cbc43609e860c3946c065960 to your computer and use it in GitHub Desktop.
Save brainard52/8c934222cbc43609e860c3946c065960 to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'altercation/vim-colors-solarized'
Plug 'jiangmiao/auto-pairs'
Plug 'luochen1990/rainbow'
Plug 'calviken/vim-gdscript3'
let g:rainbow_active = 1
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment