Skip to content

Lua port of the most famous vim colorscheme

License

Notifications You must be signed in to change notification settings

mTvare6/gruvbox.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gruvbox.nvim

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

Please note that this plugin is under active development right now, so the status for it is still alpha. Please file issues if you find any bugs.

Installing

Using vim-plug

Plug 'rktjmp/lush.nvim'
Plug 'ellisonleao/gruvbox.nvim'

Using packer

use {"ellisonleao/gruvbox.nvim", requires = {"rktjmp/lush.nvim"}}

Usage

Inside init.vim

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

Inside init.lua

vim.o.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

More to be added..

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.2%
  • Vim Script 0.8%