diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2020-11-08 02:33:53 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2020-11-08 02:33:53 -0300 |
| commit | 91a00e50b89e7645332f2573b1e4691decf36961 (patch) | |
| tree | f0c4e05fd8808a9950f1426fff4d2dcdf6e11547 /README.md | |
| parent | c1e806e1e16ec4c098ca4ee0a82517522117f07b (diff) | |
| download | gruvbox-91a00e50b89e7645332f2573b1e4691decf36961.tar.gz gruvbox-91a00e50b89e7645332f2573b1e4691decf36961.tar.xz | |
lots of fixes, can be used already :)
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` |
