Skip to content

neovim and vim not exactly the same #197

@Masber

Description

@Masber

Dear gruvbox community,

I noticed gruvbox-community/gruvbox looks slightly different in vim and neovim.

VIM
image

NVIM
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions