Skip to content

Commit 3d8d055

Browse files
authored
Update other plugins descriptions (#230)
- Update the repo name to match the repo title - Update the description after the plugin name to match the about section from the repo
1 parent a094a59 commit 3d8d055

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/routes/docs/features.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ check `:h nvui.mason` for more info
165165
<br/>
166166

167167
## Other plugins
168-
- [`lazy.nvim`](https://github.com/folke/lazy.nvim) - A modern plugin manager for Neovim
169-
- [`whichkey.nvim`](https://github.com/folke/which-key.nvim) - Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
170-
- [`nvim-colorizer.lua`](https://github.com/NvChad/nvim-colorizer.lua) - Fastest Neovim colorizer, hex colors, hsl codes and much more.
171-
- [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) - Nvim Treesitter configurations and abstraction layer, we use it for syntax highlighting & auto-indenting.
172-
- [`blankline`](https://github.com/lukas-reineke/indent-blankline.nvim) - Indent guides for Neovim i.e indentline plugin.
173-
- [`gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim) - Git integration for buffers
174-
- [`nvim-autopairs`](https://github.com/windwp/nvim-autopairs)
168+
- [`lazy.nvim`](https://github.com/folke/lazy.nvim) - A modern plugin manager for Neovim.
169+
- [`which-key.nvim`](https://github.com/folke/which-key.nvim) - Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
170+
- [`nvim-colorizer.lua`](https://github.com/NvChad/nvim-colorizer.lua) - The fastest Neovim colorizer.
171+
- [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) - Nvim Treesitter configurations and abstraction layer. We use it for syntax highlighting & auto-indenting.
172+
- [`indent-blankline.nvim`](https://github.com/lukas-reineke/indent-blankline.nvim) - Indent guides for Neovim.
173+
- [`gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim) - Git integration for buffers.
174+
- [`nvim-autopairs`](https://github.com/windwp/nvim-autopairs) - Autopairs for neovim written in lua.
175175
- [`mason.nvim`](https://github.com/williamboman/mason.nvim) - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
176-
- [`conform.nvim`](https://github.com/stevearc/conform.nvim) - Lightweight yet powerful formatter plugin for Neovim
176+
- [`conform.nvim`](https://github.com/stevearc/conform.nvim) - Lightweight yet powerful formatter plugin for Neovim.

0 commit comments

Comments
 (0)