Skip to content

ricardoraposo/gruvbox-minor.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gruvbox-minor.nvim

Neovim theme heavily based on the Gruvbox Minor VS**** theme, written in Lua with Treesitter support!

gruvbox minor in javascript/golang

This colorscheme was made for personal use.
I mainly code in Typescript and Golang, so there might be a few highlight groups that were not set yet. I also use treesitter, so I didn't bother making the theme work without it. Therefore, PR's are more than welcome.

Installation

Lazy

{
  "ricardoraposo/gruvbox-minor.nvim",
  lazy = false,
  priority = 1000,
  opts = {},
}

Packer

use ("ricardoraposo/gruvbox-minor.nvim")

Usage

Vim Script

colorscheme gruvbox-minor

Lua

vim.cmd.colorscheme("gruvbox-minor")

Acknowledgements