From 2103170eb9edb0aa90ee2a34f9fea16cc5690cd5 Mon Sep 17 00:00:00 2001 From: Ellison Date: Sun, 17 Apr 2022 19:25:20 -0300 Subject: Resolve #99 (#103) * initial work on #99 * remove comments * goodbye neovim 0.6. Using new hl system, now working --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 721429a..e00a5b2 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3