Skip to content
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

feature: add config option to disable syntax highlighting #241

Open
hayook opened this issue Feb 13, 2024 · 1 comment
Open

feature: add config option to disable syntax highlighting #241

hayook opened this issue Feb 13, 2024 · 1 comment

Comments

@hayook
Copy link

hayook commented Feb 13, 2024

Describe the solution you'd like

I am currently using Neovim with nvim-treesitter for syntax highlighting. However, conflicts have arisen where Rose-Pine overrides some highlights provided by nvim-treesitter, leading to bad code highlighting.
To address this issue, I suggest the addition of a new configuration option. This option would enable users to disable the built-in syntax highlighting, offering a solution for those relying on nvim-treesitter or other syntax highlighting plugins.

@mvllow
Copy link
Member

mvllow commented Feb 14, 2024

Could you provide screenshots of what you mean by "bad code highlighting"? Rosé Pine should work with the default highlight groups as well as treesitter and semantic tokens. If you're requesting being able to disable one of the categories above then we could consider how'd that look. I need a little more information first to know exactly what you're asking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants