https://github.com/liuchengxu/nerdtree-dash
Extra syntax highlight for nerdtree and vim-devicons
https://github.com/liuchengxu/nerdtree-dash
nerdtree-plugin space-vim vim-plugin
Last synced: 4 months ago
JSON representation
Extra syntax highlight for nerdtree and vim-devicons
- Host: GitHub
- URL: https://github.com/liuchengxu/nerdtree-dash
- Owner: liuchengxu
- Created: 2020-04-28T18:26:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T18:27:29.000Z (about 6 years ago)
- Last Synced: 2025-07-02T22:37:50.698Z (12 months ago)
- Topics: nerdtree-plugin, space-vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 1000 Bytes
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nerdtree-dash
a**DA**ptive **S**yntax **H**ighlight for [nerdtree](https://github.com/preservim/nerdtree).
Add highlight for icon and file path based on your colorscheme accordingly, extracted from [space-vim](https://github.com/liuchengxu/space-vim).
Without nerdtree-dash | With nerdtree-dash
:----: | :----:
 | 
## Dependency
- [nerdtree](https://github.com/preservim/nerdtree)
- [vim-devicons](https://github.com/ryanoasis/vim-devicons)
## Install
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'preservim/nerdtree'
Plug 'ryanoasis/vim-devicons'
Plug 'liuchengxu/nerdtree-dash'
```
## License
MIT