From 7d0087737c4a9667ab0c4edc098954841a5833b7 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sun, 29 Aug 2021 10:59:04 +0800 Subject: [PATCH] update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4a6762f..12b03a5 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,14 @@ Aside from LSP and basic Tree-sitter support, there are only a few plugins that are currently supported. Please feel free to open a PR to support your favorite plugins. -- [gitsigns](https://github.com/lewis6991/gitsigns.nvim) -- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim) +- [Git Signs](https://github.com/lewis6991/gitsigns.nvim) +- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim) - [Telescope](https://github.com/nvim-telescope/telescope.nvim) -- [sneak](https://github.com/justinmk/vim-sneak) -- [lualine](https://github.com/hoob3rt/lualine.nvim) (requires Lush) -- [barbar.nvim](https://github.com/romgrk/barbar.nvim) -- [coc.nvim](https://github.com/neoclide/coc.nvim) +- [Sneak](https://github.com/justinmk/vim-sneak) +- [Lualine](https://github.com/hoob3rt/lualine.nvim) (requires Lush) +- [BarBar](https://github.com/romgrk/barbar.nvim) +- [CoC](https://github.com/neoclide/coc.nvim) +- [Neogit](https://github.com/TimUntersberger/neogit) ## Advance Usage