Skip to content

⚙️ Modernized gruvbox color scheme for neovim and its popular plugins

Notifications You must be signed in to change notification settings

Almo7aya/neogruvbox.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ 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

image

image

image

⚡️ Requirements

  • Neovim >= 0.5.0

📦 Installation

Install the theme with your preferred package manager:

vim-plug

Plug 'almo7aya/neogruvbox.nvim', { 'branch': 'master' }

packer.nvim

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