Skip to content

Instantly share code, notes, and snippets.

@shengyou
Created January 3, 2018 04:29
Show Gist options
  • Save shengyou/ea957944057800ca87df449f79d996ff to your computer and use it in GitHub Desktop.
Save shengyou/ea957944057800ca87df449f79d996ff to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
" 把要安裝的套件寫在這裡
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment