EdenEast/nightfox.nvim

bug: italic option not work

开放

#454 创建于 2024年10月14日

 (4 条评论) (0 个反应) (0 位负责人)Lua (171 个派生)batch import
bughelp wanted

仓库指标

星标
 (4,066 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

  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

贡献者指南