Kutsan Kaplan
Kutsan Kaplan
Friendly ping @Intellicode.
Sorry but why don't you want to open-source it and want to implement it from scratch? What's the reason behind? This thought makes the thing more fishy. Saying that "Your...
Pressing `R` would solve the problem since it refreshes all nodes not just current one. I think this is related to https://github.com/ryanoasis/vim-devicons/issues/224, after adding a file or folder vim-devicons need...
I mean I was talking about capital `R` not `r`.
First of all, there is an issue template system in this project, can you please use next time? Get back to the your issue, there could be a problem about...
@cometsong Congrats, good for you.
> I believe this is not resolved yet, even though that the root cause is in the nerdtree itself, it directly affects this plugin. I agree and I reopened.
```vim highlight! link NERDTreeFlags NERDTreeDir ``` solves the problem for me. What do you guys think?
@KostyaEsmukov > Do you have any idea where does the new orange color comes from? It comes from [here](https://github.com/scrooloose/nerdtree/blob/6fe967b3b357c50c74ca25a3840a66b705593bce/syntax/nerdtree.vim#L89). Basically, additional flags belong to `Number` highlight group and since directory...
@KostyaEsmukov To be honest, I haven't tested it (and read the source of NERDTree) that much but I don't think that'll cause any problem for you. It'll work as it...