forked from morhetz/gruvbox
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Dear gruvbox community,
I noticed gruvbox-community/gruvbox looks slightly different in vim and neovim.
I installed guvbox in vim using Plug
Plug 'gruvbox-community/gruvbox'
And in neovim using lazy
{
'gruvbox-community/gruvbox',
priority = 1000,
init = function()
vim.cmd.colorscheme 'gruvbox'
end,
},
I also tried this trick
vim.g.gruvbox_legacy_language_groups = 1
vim.g.gruvbox_treesitter = 0
But still not as the original
I also tried ellisonleao/gruvbox.nvim
but it is totally different (it adds italics and the colors are quite different)
Any idea how to make gruvbox in nvim to look the same as in vim?
thank you
Metadata
Metadata
Assignees
Labels
No labels