Mercurial > ec-dotfiles
view bin/install-vim-nerdtree @ 667:6887e66d83b4
[vim] The specialthing color is way better using the provided theme
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 11 Dec 2021 18:28:16 +0900 |
parents | f1550e3f0aee |
children |
line wrap: on
line source
#!/bin/sh set -e set -u ( cd ~/.vim/bundle test -d nerdtree || git clone https://github.com/scrooloose/nerdtree.git )