Skip to content

taphill/gruvbox.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gruvbox.nvim

A port of the Gruvbox colorscheme for Neovim written in lua using colorbuddy.nvim.

Requirements

You need to be running Neovim 0.5.0+

Installation

Install via package manager:

" If you are using Vim-Plug
Plug 'tjdevries/colorbuddy.nvim'
Plug 'taphill/gruvbox.nvim'
-- If you are using Packer
use 'tjdevries/colorbuddy.nvim'
use 'taphill/gruvbox.nvim'

Enable the colorscheme:

" Vim-Script:
colorscheme gruvbox_nvim
-- Lua:
require('colorbuddy').colorscheme('gruvbox_nvim')

Features

The color palette is identical to the original Gruvbox and the syntax highlighting should be the same in most cases.

At this time, only dark mode is available and I don't have plans of creating a light mode or different contrast options. I also do not plan on adding plugin-specific highlighting, but that could change. If you would like to add those for yourself I would suggest forking this project.

TODO

There are still some extended filetype highlighting options from the original Gruvbox that I have not yet added:

  • Clojure, PureScript, CoffeeScript, MoonScript, Java, Haskell, Vim, XML

About

Gruvbox colorscheme for Neovim written in Lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published