An open API service indexing awesome lists of open source software.

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

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
:----: | :----:
![](https://user-images.githubusercontent.com/8850248/80520778-7f405180-89bc-11ea-97ac-5f055274f3f4.png) | ![](https://user-images.githubusercontent.com/8850248/80520768-7cddf780-89bc-11ea-8b35-9b4c2a7732c1.png)

## 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