Skip to content

Commit ac393a2

Browse files
author
theprimeagen
committed
i am dumb with my italics
1 parent bc35fd1 commit ac393a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lua/theprimeagen/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require("theprimeagen.set")
22
require("theprimeagen.remap")
3-
43
require("theprimeagen.lazy_init")
54

65
-- DO.not

lua/theprimeagen/lazy/colors.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ return {
3636
config = function()
3737
require('rose-pine').setup({
3838
disable_background = true,
39+
styles = {
40+
italic = false,
41+
},
3942
})
4043

4144
vim.cmd("colorscheme rose-pine")

0 commit comments

Comments
 (0)