diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-07-05 15:39:32 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-07-05 15:39:32 +0200 |
| commit | ed58b47abc9cc9a0881bc870062000b823831dd5 (patch) | |
| tree | 642ed1a62c5ea499d7c592693e0b18ff3c80951d /.vim | |
| parent | fb0a6e328d3f6561b0a9a4bf16b45dddd1ed6564 (diff) | |
vim: add nerdtree
Diffstat (limited to '.vim')
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 9ce210e..7c785a8 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -6,6 +6,7 @@ git@github.com:fatih/vim-go git@github.com:othree/xml.vim git@github.com:junegunn/fzf.vim git@github.com:rust-lang/rust.vim +git@github.com:preservim/nerdtree ' ht='test -d doc && vim -c "helptags doc" -c "q"' |
