Tiago Mendonça

Results 18 comments of Tiago Mendonça

I didn't even know that icons show up in ctrlp, because mine don't. I tried configuring it just now, to see if I could make it to work, but I...

Folder and file icons are by default in NERDTreeFlags, which is using same color as Constant, so depending of your color scheme you will see different colors. If you change...

@zeorin your code looks very clean. When I created my solution for this I really didn't put much time to think where and how I would do it. I think...

If you disable the plugin and use vim-devicons without colors, does it work?

@wuqiong4945 in that picture the python icon and the lua icon are cuted. I think there is something wrong with your setup. Comment the lines to manually set the colors...

I just updated all the plugins I am using, and it seem to be working with the latest version of them, but maybe some plugin that you have is changing...

The newest fix should make it faster. Let me know if it worked

The approach I took to solve this problem is sort of a hack, and will always result in some lag. I don't feel it so much in my setup here,...

I pushed an update that limits the amount of extensions processed and significantly improves performance. To use it, add this line: ``` vim let g:NERDTreeLimitedSyntax = 1 " limit syntax...

I see, thanks for the list. Did you notice any performance improvement with the options I mentioned?