You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/features.mdx
+8-8
Original file line number
Diff line number
Diff line change
@@ -165,12 +165,12 @@ check `:h nvui.mason` for more info
165
165
<br/>
166
166
167
167
## 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
-[`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.
175
175
-[`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