neogruvbox.nvim
neogruvbox.nvim copied to clipboard
⚙️ Modernized gruvbox color scheme for neovim and its popular plugins
⚙️ Neogruvbox
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.
🕶 Screenshots
I'm using LunarVim for my neovim setup
⚡️ Requirements
- Neovim >= 0.5.0
📦 Installation
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" }
-- ...
}
🚀 Usage
Enable the colorscheme:
-- Lua
vim.cmd[[colorscheme neogruvbox]]
To enable neogruvbox on LunarVim
-- in config.lua
lvim.colorscheme = "neogruvbox"
💖 Contribution
Your help is always welcomed to make this color-scheme the new gruvbox for neovim