mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-04 19:19:41 +03:00
Make italic text work in neovim
https://github.com/neovim/neovim/issues/13188
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user