vim: Add back nerdtree

It's nice to have the option to use nerdtree even if I don't need it
often.
This commit is contained in:
Donovan Glover 2022-01-01 20:52:18 -05:00
parent 35a7671728
commit cb328838ba
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,6 +17,7 @@ let g:ale_disable_lsp = 1
call plug#begin('~/.vim/plugged')
Plug 'dylanaraps/wal.vim' " Color scheme
Plug 'preservim/nerdtree'
Plug 'airblade/vim-gitgutter' " Git diff
Plug 'itchyny/lightline.vim' " Status line
Plug 'w0rp/ale' " Syntax checker