Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active September 6, 2019 13:56
Show Gist options
  • Save donchan922/f3b53b672edac5442bd9fc4d03f08a65 to your computer and use it in GitHub Desktop.
Save donchan922/f3b53b672edac5442bd9fc4d03f08a65 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