We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vim 9.1.1707
MacOS 15.0
Comments not italic inside vim, but my terminal can render italic font.
render italic correctly, and don't need source config twice.
lua << EOF require('nightfox').setup({ options = { styles = { comments = "italic", keywords = "bold", types = "italic,bold", } } }) vim.command"colorscheme nightfox" EOF
The text was updated successfully, but these errors were encountered:
And this issue #179 still can reproduce in Vim9
Sorry, something went wrong.
No branches or pull requests
Neovim version (nvim -v)
Vim 9.1.1707
Operating system/version
MacOS 15.0
Describe the bug
Comments not italic inside vim, but my terminal can render italic font.
Steps To Reproduce
Expected Behavior
render italic correctly, and don't need source config twice.
Repro
The text was updated successfully, but these errors were encountered: