Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.35 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.35 KB

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