Skip to content

Add event VIM_COLORSCHEME #156

New issue

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

Closed
lopi-py opened this issue Feb 25, 2022 · 2 comments
Closed

Add event VIM_COLORSCHEME #156

lopi-py opened this issue Feb 25, 2022 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@lopi-py
Copy link
Contributor

lopi-py commented Feb 25, 2022

Useful to update neo-tree highlights when changing neovim colorscheme. Also should add internal require("neo-tree.ui.highlights").setup handler

I have this by now

autocmd("ColorScheme", require("neo-tree.ui.highlights").setup)
@cseickel
Copy link
Contributor

Interesting. I didn't realize that would be needed. What highlights are an issue without this autocmd?

@lopi-py
Copy link
Contributor Author

lopi-py commented Feb 25, 2022

I'm just getting highlight for devicons (without autocmd)
image

@cseickel cseickel added bug Something isn't working enhancement New feature or request labels Feb 26, 2022
cseickel pushed a commit that referenced this issue Feb 27, 2022
@lopi-py lopi-py closed this as completed Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants