mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
set fonts with italics
This commit is contained in:
@ -40,6 +40,7 @@ require("packer").startup(function(use)
|
||||
use({
|
||||
"morhetz/gruvbox",
|
||||
config = function()
|
||||
vim.g.gruvbox_italic = 1
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
})
|
||||
|
Reference in New Issue
Block a user