A dark Neovim theme written in Lua ported from the original gruvbox theme. With support for LSP, Treesitter, git-diff, markdown, Notify, BufferLine, LuaLine, Telescope, and more.
I'm using LunarVim for my neovim setup
- Neovim >= 0.5.0
Install the theme with your preferred package manager:
Plug 'almo7aya/neogruvbox.nvim', { 'branch': 'master' }
use 'almo7aya/neogruvbox.nvim'
Using LunarVim builtin package manager
-- in config.lua
lvim.plugins = {
-- ...
{ "almo7aya/neogruvbox.nvim" }
-- ...
}
Enable the colorscheme:
-- Lua
vim.cmd[[colorscheme neogruvbox]]
To enable neogruvbox on LunarVim
-- in config.lua
lvim.colorscheme = "neogruvbox"
Your help is always welcomed to make this color-scheme the new gruvbox for neovim