From e22f44e536a5869d7b45d89277d5b7db8756b224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Wed, 2 Dec 2020 17:44:20 -0300 Subject: update README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b3228ce..8410ed5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # gruvbox.nvim -A port of [gruvbox community](https://github.com/gruvbox-community/gruvbox) theme to lua. +A port of [gruvbox community](https://github.com/gruvbox-community/gruvbox) theme to lua with [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) support! -Please note that this plugin is under active development right now, so the status for it is still -alpha. +Please note that this plugin is under active development right now, so the status for it is still alpha. # Installing @@ -14,6 +13,12 @@ Plug 'tjdevries/colorbuddy.nvim' # required Plug 'npxbr/gruvbox.nvim' ``` +Using `packer` + +``` +use {"npxbr/gruvbox.nvim", requires = {"tjdevries/colorbuddy.vim"}} +``` + # Usage Inside `init.vim` @@ -21,7 +26,7 @@ Inside `init.vim` ```lua lua require("colorbuddy").colorscheme("gruvbox") -or +-- or lua require("colorbuddy").colorscheme("gruvbox", "light") -- for light mode ``` -- cgit v1.2.3