Skip to content

Commit

Permalink
Update other plugins descriptions
Browse files Browse the repository at this point in the history
- Update the repo name to match the repo title
- Update the description after the plugin name to match the about
  section from the repo
  • Loading branch information
Kennedy242 committed Nov 29, 2024
1 parent a094a59 commit d9f7043
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/routes/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ check `:h nvui.mason` for more info
<br/>

## Other plugins
- [`lazy.nvim`](https://github.com/folke/lazy.nvim) - A modern plugin manager for Neovim
- [`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.
- [`nvim-colorizer.lua`](https://github.com/NvChad/nvim-colorizer.lua) - Fastest Neovim colorizer, hex colors, hsl codes and much more.
- [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) - Nvim Treesitter configurations and abstraction layer, we use it for syntax highlighting & auto-indenting.
- [`blankline`](https://github.com/lukas-reineke/indent-blankline.nvim) - Indent guides for Neovim i.e indentline plugin.
- [`gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim) - Git integration for buffers
- [`nvim-autopairs`](https://github.com/windwp/nvim-autopairs)
- [`lazy.nvim`](https://github.com/folke/lazy.nvim) - A modern plugin manager for Neovim.
- [`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.
- [`nvim-colorizer.lua`](https://github.com/NvChad/nvim-colorizer.lua) - The fastest Neovim colorizer.
- [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) - Nvim Treesitter configurations and abstraction layer. We use it for syntax highlighting & auto-indenting.
- [`indent-blankline.nvim`](https://github.com/lukas-reineke/indent-blankline.nvim) - Indent guides for Neovim.
- [`gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim) - Git integration for buffers.
- [`nvim-autopairs`](https://github.com/windwp/nvim-autopairs) - Autopairs for neovim written in lua.
- [`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.
- [`conform.nvim`](https://github.com/stevearc/conform.nvim) - Lightweight yet powerful formatter plugin for Neovim
- [`conform.nvim`](https://github.com/stevearc/conform.nvim) - Lightweight yet powerful formatter plugin for Neovim.

0 comments on commit d9f7043

Please sign in to comment.