From a034fdca2a52e31296684d7e10f131a0c3e8e606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Tue, 23 Feb 2021 01:15:03 -0300 Subject: initial changes on moving to lush.nvim --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8410ed5..fee2cf7 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,28 @@ Please note that this plugin is under active development right now, so the statu Using `vim-plug` ``` -Plug 'tjdevries/colorbuddy.nvim' # required +Plug 'rktjmp/lush.nvim' # required Plug 'npxbr/gruvbox.nvim' ``` Using `packer` ``` -use {"npxbr/gruvbox.nvim", requires = {"tjdevries/colorbuddy.vim"}} +use {"npxbr/gruvbox.nvim", requires = {"rktjmp/lush.nvim"}} ``` # Usage Inside `init.vim` -```lua -lua require("colorbuddy").colorscheme("gruvbox") - --- or +```vimscript +set background=dark +set colorscheme=gruvbox +``` -lua require("colorbuddy").colorscheme("gruvbox", "light") -- for light mode +```lua +vim.o.background = "dark" +vim.o.colorscheme = "gruvbox" ``` # Configuration @@ -39,6 +41,5 @@ all `g:gruvbox_` configs are the same [as the original one](https://github.com/m - [vim-signify](https://github.com/mhinz/vim-signify) - [vim-startify](https://github.com/mhinz/vim-startify) -- [galaxyline.nvim](https://github.com/glepnir/galaxyline.nvim) More to be added.. -- cgit v1.2.3