We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VIM_COLORSCHEME
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Useful to update neo-tree highlights when changing neovim colorscheme. Also should add internal require("neo-tree.ui.highlights").setup handler
require("neo-tree.ui.highlights").setup
I have this by now
autocmd("ColorScheme", require("neo-tree.ui.highlights").setup)
The text was updated successfully, but these errors were encountered:
Interesting. I didn't realize that would be needed. What highlights are an issue without this autocmd?
Sorry, something went wrong.
I'm just getting highlight for devicons (without autocmd)
feat: add VIM_COLORSCHEME, fixes #156 (#162)
4882115
No branches or pull requests
Useful to update neo-tree highlights when changing neovim colorscheme. Also should add internal
require("neo-tree.ui.highlights").setup
handlerI have this by now
The text was updated successfully, but these errors were encountered: