diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2020-11-08 13:22:40 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2020-11-08 13:22:40 -0300 |
| commit | bae8ae9a65a474799a9dbf51ef1d34e395f695cc (patch) | |
| tree | 6fe588e233dc46723ab76f038c24d7ae255a5887 | |
| parent | c6eddf968115c8a3455aee5217a6f26d40c2abf7 (diff) | |
| download | gruvbox-bae8ae9a65a474799a9dbf51ef1d34e395f695cc.tar.gz gruvbox-bae8ae9a65a474799a9dbf51ef1d34e395f695cc.tar.xz | |
change README
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | lua/gruvbox.lua | 6 |
2 files changed, 14 insertions, 4 deletions
@@ -1,8 +1,8 @@ # gruvbox.nvim -A port of [gruvbox](https://github.com/morhetz/gruvbox) theme to lua. +A port of [gruvbox community](https://github.com/gruvbox-community/gruvbox) theme to lua. -Please not this plugin in active development right now, so the status for it is still +Please note that this plugin is under active development right now, so the status for it is still alpha. # Installing @@ -29,3 +29,11 @@ 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` + +# Supported plugins + +- [vim-signify](https://github.com/mhinz/vim-signify) +- [vim-startify](https://github.com/mhinz/vim-startify) +- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/) + +More to be added.. diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index e74a49a..75833cb 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -705,8 +705,8 @@ Group.new("haskellLiquid", groups.GruvboxPurpleBold, groups.GruvboxPurpleBold, groups.GruvboxPurpleBold) Group.new("haskellQuasiQuoted", groups.GruvboxBlueBold, groups.GruvboxBlueBold, groups.GruvboxBlueBold) -Group.new("haskellRecursiveDo", groups.GruvboxPurlpe, groups.GruvboxPurlpe, - groups.GruvboxPurlpe) +Group.new("haskellRecursiveDo", groups.GruvboxPurple, groups.GruvboxPurple, + groups.GruvboxPurple) Group.new("haskellQuotedType", groups.GruvboxRed, groups.GruvboxRed, groups.GruvboxRed) Group.new("haskellPreProc", groups.GruvboxFg4, groups.GruvboxFg4, groups.GruvboxFg4) Group.new("haskellTypeRoles", groups.GruvboxRedBold, groups.GruvboxRedBold, @@ -813,3 +813,5 @@ Group.new("LspDiagnosticsUnderlineHint", groups.GruvboxAquaUnderline, groups.GruvboxAquaUnderline, groups.GruvboxAquaUnderline) -- Galaxyline + +-- Treesitter |
