From d42d03a7752bb5f88e252b69845b80e8a035170b Mon Sep 17 00:00:00 2001 From: Tunglies Date: Sat, 1 Jun 2024 18:01:38 +0800 Subject: [PATCH] remove feature comment.nvim since it removed from nvchad (#217) --- src/routes/docs/features.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/docs/features.mdx b/src/routes/docs/features.mdx index 1074366a..552e9be5 100644 --- a/src/routes/docs/features.mdx +++ b/src/routes/docs/features.mdx @@ -131,6 +131,5 @@ export const meta = { - [`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) -- [`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