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 33b4f64 commit 635fef2Copy full SHA for 635fef2
init.lua
@@ -875,7 +875,14 @@ require('lazy').setup({
875
-- 'folke/tokyonight.nvim',
876
'rose-pine/neovim',
877
priority = 1000, -- Make sure to load this before all the other start plugins.
878
- init = function()
+ config = function()
879
+ ---@diagnostic disable-next-line: missing-fields
880
+ require('rose-pine').setup {
881
+ styles = {
882
+ comments = { italic = false }, -- Disable italics in comments
883
+ },
884
+ }
885
+
886
-- Load the colorscheme here.
887
-- Like many other themes, this one has different styles, and you could load
888
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
0 commit comments