style: set Comment highlight to regular instead of italic

This commit is contained in:
Simon Lasbrugnas 2024-11-13 11:30:08 +01:00
parent a3e8cf8ef7
commit e76fe9dc65
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -22,3 +22,6 @@ require("lazy").setup({ import = "custom/plugins" }, {
})
vim.cmd([[colorscheme mellow]])
-- Modify Comment highlight group to remove italics
vim.cmd([[hi Comment cterm=NONE gui=NONE]])