Skip to content

fschauen/gruvbox.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gruvbox

A really simple gruvbox color scheme for Neovim, written to be as simple as it gets and based on my solarized theme.

Why?

Why not? 😉

Getting Started

Requirements

  • Neovim (duh 😛)
  • vim.opt.termguicolors = true in your init.lua.
  • A terminal with true color support.

Installation

Install with your favorite package manager, e.g with lazy.nvim:

require('lazy').setup {
  'fschauen/gruvbox.nvim'
}

Setup

Just type:

:colorscheme gruvbox

or add this to your init.lua:

vim.cmd [[colorscheme gruvbox]]

Options

None. This is supposed to be simple, remember?

Supported Plugins

About

A super simple gruvbox color scheme for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published