Created
January 3, 2018 04:29
-
-
Save shengyou/ea957944057800ca87df449f79d996ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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