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

bug: italic option not work #454

Open
Eliot00 opened this issue Oct 14, 2024 · 1 comment
Open

bug: italic option not work #454

Eliot00 opened this issue Oct 14, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Eliot00
Copy link

Eliot00 commented Oct 14, 2024

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.

截屏2024-10-14 16 59 06 截屏2024-10-14 16 58 23

Steps To Reproduce

  1. setup nightfox
  2. open vim

Expected Behavior

render italic correctly, and don't need source config twice.

Repro

lua << EOF
require('nightfox').setup({
    options = {
        styles = {
            comments = "italic",
            keywords = "bold",
            types = "italic,bold",
        }
    }
})

vim.command"colorscheme nightfox"
EOF
@Eliot00 Eliot00 added the bug Something isn't working label Oct 14, 2024
@Eliot00
Copy link
Author

Eliot00 commented Oct 14, 2024

And this issue #179 still can reproduce in Vim9

@EdenEast EdenEast added the help wanted Extra attention is needed label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants