-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Bug: &termguicolors must be set on WSL windows terminal #96
Comments
Make sure you have I have the following in my
|
I have the same issue on nixos and I have |
It looks like Seems like we should either remove this warning as someone would have to intentionally disable termguicolors now or check at if its enabled some point after VimEnter. Thoughts? |
similar problem on my arch install, i have |
As of Neovim 0.10, |
nvim-colorizer still requires termguicolors to be set: norcalli/nvim-colorizer.lua#96 Still need to adjust for dynamic LSP capabilities.
Describe the bug
On Windows Terminal using WSL2, initializing colorizer in
init.lua
causes the error&termguicolors must be set
Operating System:
Debian 11
Neovim Version:
0.8.3
Colorizer Version:
36c610a
The text was updated successfully, but these errors were encountered: