We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2876161 commit d72dffdCopy full SHA for d72dffd
init.lua
@@ -908,11 +908,11 @@ require('lazy').setup({
908
priority = 1000, -- Make sure to load this before all the other start plugins.
909
config = function()
910
---@diagnostic disable-next-line: missing-fields
911
- require('tokyonight').setup {
912
- styles = {
913
- comments = { italic = false }, -- Disable italics in comments
914
- },
915
- }
+ -- require('tokyonight').setup {
+ -- styles = {
+ -- comments = { italic = false }, -- Disable italics in comments
+ -- },
+ -- }
916
917
-- Load the colorscheme here.
918
-- Like many other themes, this one has different styles, and you could load
0 commit comments