diff options
| author | Ellison <ellisonleao@gmail.com> | 2022-04-17 19:25:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-17 19:25:20 -0300 |
| commit | 2103170eb9edb0aa90ee2a34f9fea16cc5690cd5 (patch) | |
| tree | c1dd1435af469ad65f42d7748c6863006be63af2 /README.md | |
| parent | dc6bae93ded04ac542d429ff5cc87189dde44294 (diff) | |
| download | gruvbox-2103170eb9edb0aa90ee2a34f9fea16cc5690cd5.tar.gz gruvbox-2103170eb9edb0aa90ee2a34f9fea16cc5690cd5.tar.xz | |
Resolve #99 (#103)
* initial work on #99
* remove comments
* goodbye neovim 0.6. Using new hl system, now working
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -7,7 +7,7 @@ A port of [gruvbox community](https://github.com/gruvbox-community/gruvbox) them # Prerequisites -Neovim 0.6.0+ +Neovim 0.7.0+ # Installing @@ -28,7 +28,6 @@ use { "ellisonleao/gruvbox.nvim" } Inside `init.vim` ```vim -set termguicolors set background=dark " or light if you want light mode colorscheme gruvbox ``` @@ -36,8 +35,7 @@ colorscheme gruvbox Inside `init.lua` ```lua -vim.opt.termguicolors = true -vim.o.background = "dark" -- or "light" for light mode +vim.opt.background = "dark" -- or "light" for light mode vim.cmd([[colorscheme gruvbox]]) ``` @@ -52,7 +50,7 @@ all `g:gruvbox_` configs are the same [as the original one](https://github.com/m - [lspsaga.nvim](https://github.com/glepnir/lspsaga.nvim) - [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) -More to be added.. +And more.. # Screenshots |
