rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.99k stars 196 forks source link

Fix for NERDTree on Neovim 0.3+ #86

Closed MartyBeGood closed 5 years ago

MartyBeGood commented 5 years ago

Neovim 0.3 made some changes to the priorities of CursorLine, causing NERDTreeFiles not to be highlighted properly anymore with this theme. This Commit fixes the highlighting in Neovim without breaking anything for vim

rakr commented 5 years ago

Thanks