ch:禁用斜体。

This commit is contained in:
2025-11-27 15:46:51 +08:00
parent de1e773d79
commit 70320b12ae

View File

@@ -5,7 +5,8 @@ return {
config = function() config = function()
-- Optionally configure and load the colorscheme -- Optionally configure and load the colorscheme
-- directly inside the plugin declaration. -- directly inside the plugin declaration.
vim.g.everforest_enable_italic = true vim.g.everforest_enable_italic = false
vim.g.everforest_disable_italic_comment = 1
vim.cmd.colorscheme("everforest") vim.cmd.colorscheme("everforest")
end, end,
} }