diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1 +1,31 @@ # gruvbox.nvim + +A port of [gruvbox](https://github.com/morhetz/gruvbox) theme to lua. + +Please not this plugin in active development right now, so the status for it is still +alpha. + +# Installing + +Using `vim-plug` + +``` +Plug 'tjdevries/colorbuddy.nvim' # required +Plug 'npxbr/gruvbox.nvim' +``` + +# Usage + +Inside `init.vim` + +```lua +lua require("colorbuddy").colorscheme("gruvbox") + +or + +lua require("colorbuddy").colorscheme("gruvbox", "light") -- for light mode +``` + +# Configuration + +all `g:gruvbox_` configs are the same [as the original one](https://github.com/morhetz/gruvbox/wiki/Configuration) except for `g:gruvbox_guisp_fallback` |
