mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
35a7671728
commit
cb328838ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user