Skip to content

bug: italic option not work #454

@Eliot00

Description

@Eliot00

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions