diff --git a/init.lua b/init.lua index 6d0fbafa..aeb455c1 100644 --- a/init.lua +++ b/init.lua @@ -884,7 +884,14 @@ require('lazy').setup({ --'folke/tokyonight.nvim', 'ellisonleao/gruvbox.nvim', priority = 1000, -- Make sure to load this before all the other start plugins. - init = function() + config = function() + ---@diagnostic disable-next-line: missing-fields + require('tokyonight').setup { + styles = { + comments = { italic = false }, -- Disable italics in comments + }, + } + -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.