style: set Comment highlight to regular instead of italic
This commit is contained in:
parent
a3e8cf8ef7
commit
e76fe9dc65
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -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]])
|
||||
|
|
|
|||
Loading…
Reference in a new issue