Skip to content

sQVe/gruvbox.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


gruvbox.nvim

Follow me on twitter

A port of gruvbox community theme to lua with treesitter support!

Prerequisites

Neovim 0.7.0+

Installing

Using vim-plug

Plug 'ellisonleao/gruvbox.nvim'

Using packer

use { "ellisonleao/gruvbox.nvim" }

Usage

Inside init.vim

set background=dark " or light if you want light mode
colorscheme gruvbox

Inside init.lua

vim.opt.background = "dark" -- or "light" for light mode
vim.cmd([[colorscheme gruvbox]])

Configuration

all g:gruvbox_ configs are the same as the original one except for g:gruvbox_guisp_fallback

Additional supported plugins

And more..

Screenshots

dark mode

Screenshot-from-2021-02-25-11-41-18.png

light mode

Screenshot-from-2021-02-25-11-41-33.png

About

Lua port of the most famous vim colorscheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.6%
  • Vim Script 0.4%