Make italic text work in neovim

https://github.com/neovim/neovim/issues/13188
This commit is contained in:
Asocia
2021-07-17 19:19:17 +03:00
parent 43be0b1683
commit dc8fbd0ffc
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ fg("IndentBlanklineChar", line)
-- misc --
fg("LineNr", grey)
fg("Comment", grey)
vim.cmd("highlight Comment gui=italic")
fg("NvimInternalError", red)
fg("VertSplit", line)
fg("EndOfBuffer", black)