Skip to content

pekkarinen/gruvbox-material.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Gruvbox Material Scheme

THIS IS IN DEVELOPEMENT FOR NOW

A port of gruvbox-material colorscheme for Neovim written in Lua.

Gruvbox Material is a modified version of Gruvbox, the contrast is adjusted to be softer in order to protect developers' eyes. Colorscheme supports a lot of new features added to Neovim like built-in LSP and Treesitter.

✨ Features

Please feel free to open an issue if you want some features or other plugins to be included.

⚡️ Requirements

  • Neovim >= 0.5.0

📦 Installation

Install via your favourite package manager:

vim-plug

Plug 'wittyjudge/gruvbox-material.nvim'

packer

use 'wittyjudge/gruvbox-material.nvim'

🚀 Usage

Load the colors scheme:

Lua:

require('gruvbox-material').setup()
-- or
vim.cmd('colorscheme gruvbox-material')

Vim script:

colorscheme gruvbox-material

⚙️ Configuration

This is an example of the function with the default values.

❗️ configuration needs to be set BEFORE loading the color scheme

Option Default Description
gruvbox_material_enable_italic_comment 1 Make comments italic

Lua:

vim.g.gruvbox_material_enable_italic_comment = 1

Vim script:

let g:gruvbox_material_enable_italic_comment = 1

About

Material Gruvbox colorscheme for Neovim written in Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 99.2%
  • Vim Script 0.8%