vim-nerdtree-syntax-highlight
vim-nerdtree-syntax-highlight copied to clipboard
Extra syntax and highlight for nerdtree files
Upon upgrading to Neovim v0.8.0, I got this error: ``` Error detected while processing function projectroot#exe[7]..function projectroot#exe[4]..204[2]..205[14]..188[19]..194[16]..201[34]..FileType Auto commands for "*"..Syntax Autocommands for "*"..function 61_SynSet[25]..script /home/brian/.local/share/nvim/plugged/vim-nerdtree-syntax-highli ght/after/syntax/nerdtree.vim: line 458: E5248:...
As of nvim v0.8.0 because of [this commit](https://github.com/neovim/neovim/commit/61be343ec8c5e4d504db7ba975b20af2f46ce50d#diff-0cb0499adc01b42937b9626782911534f0df700663756f193a8a6cdb1c70d368) Groups with invalid characters will result to an error.
Problem: the line with the cursors is not highlighted. Expectation: My initial thought was that the highlight color is the same as the background color, but I tried different themes...
ubuntu, vim 7.4
Hi i am using latest version of nerdtree , devicons and nerdtree-syntax-highlight . However in my nvim the icons are looking kinda weird and broken . I am leaving a...
I try to change icon color with pattern, it work with vim-devicon, which i changed the icon of package.... and webpack...., but i can't change the color with this plugin...
I installed the plugin using Vundle by adding `Plugin 'tiagofumo/vim-nerdtree-syntax-highlight'` in my .vimrc. It successfully installed. I also made sure I had the the devicons font installed. When I open...
How to change color of the folder's name? By default it is that light green. :D
Title says it. Great plugin.
The plugin works great, but the hardcoded color values means that for terminal vim and some colorschemes / terminal palettes the colors might not work, which leaves the user having...