Don't let theme italic all the things

This commit is contained in:
Kenneth Benzie 2024-03-02 15:18:10 +00:00
parent 20954190a8
commit a5e1d8cdaf

View File

@ -5,6 +5,8 @@ return {
styles = {
transparency = true,
},
-- TODO: Ideally only certain groups would have italics disabled
disable_italics = true,
})
vim.cmd('colorscheme rose-pine')
end