Skip to content

Commit d72dffd

Browse files
committed
fix: comment option for tokyonight theme not used in my custom config
1 parent 2876161 commit d72dffd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

init.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -908,11 +908,11 @@ require('lazy').setup({
908908
priority = 1000, -- Make sure to load this before all the other start plugins.
909909
config = function()
910910
---@diagnostic disable-next-line: missing-fields
911-
require('tokyonight').setup {
912-
styles = {
913-
comments = { italic = false }, -- Disable italics in comments
914-
},
915-
}
911+
-- require('tokyonight').setup {
912+
-- styles = {
913+
-- comments = { italic = false }, -- Disable italics in comments
914+
-- },
915+
-- }
916916

917917
-- Load the colorscheme here.
918918
-- Like many other themes, this one has different styles, and you could load

0 commit comments

Comments
 (0)