From 91a00e50b89e7645332f2573b1e4691decf36961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Sun, 8 Nov 2020 02:33:53 -0300 Subject: lots of fixes, can be used already :) --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 281a295..6c945ce 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3