Skip to content

Commit 0ecf316

Browse files
authored
fix: disabled italic comments.
- italic comments may conflict with some terminals.
1 parent afcf974 commit 0ecf316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/plugins/colorscheme.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ return {
99
ui_contrast = "low",
1010
dim_inactive_windows = false,
1111
better_performance = true,
12+
disable_italic_comments = true,
1213
}
1314
everforest.load()
1415
end

0 commit comments

Comments
 (0)