Skip to content

Commit

Permalink
include conform.nvim in default plugins list
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Mar 18, 2024
1 parent 5a6dcfb commit 7db1f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const meta = {

<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.
Expand All @@ -132,3 +133,4 @@ export const meta = {
- [`nvim-autopairs`](https://github.com/windwp/nvim-autopairs)
- [`comment.nvim`](https://github.com/numToStr/Comment.nvim) - Commenting plugin
- [`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

0 comments on commit 7db1f79

Please sign in to comment.