aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEllison Leão <ellisonleao@gmail.com>2021-02-24 11:33:34 -0300
committerEllison Leão <ellisonleao@gmail.com>2021-02-24 11:33:34 -0300
commit655c8401c97d3fff618d6e5dfd2c75f98cd83997 (patch)
tree6cff394456c051b258842b3e95409ad77b02db34 /README.md
parent28c9ba74e7ad7794d0ff12c7f5c158a6775d9e4e (diff)
downloadgruvbox-655c8401c97d3fff618d6e5dfd2c75f98cd83997.tar.gz
gruvbox-655c8401c97d3fff618d6e5dfd2c75f98cd83997.tar.xz
adding more plugin support
- fix italic comments and strings options
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35e3645..c75d257 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,11 @@ vim.cmd([[ colorscheme gruvbox]])
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
+# Additional supported plugins
- [vim-signify](https://github.com/mhinz/vim-signify)
- [vim-startify](https://github.com/mhinz/vim-startify)
+- [lspsaga.nvim](https://github.com/glepnir/lspsaga.nvim)
+- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
More to be added..