feat: add remove comment.nvim

pull/99/head
fm39hz-workstation 2024-05-18 13:40:28 +07:00 committed by fm39hz-laptop
parent 0a0974ede2
commit cb454c184b
2 changed files with 0 additions and 9 deletions

View File

@ -1,5 +1,4 @@
{
"Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" },
"LazyVim": { "branch": "main", "commit": "b601ade71c7f8feacf62a762d4e81cf99c055ea7" },
"LuaSnip": { "branch": "master", "commit": "7b1dda0dfdefc10b2501295eba5e463dbd7c338f" },
"SchemaStore.nvim": { "branch": "main", "commit": "3c32d6a7bc56d56d4e3cc16fb21b59465a527aeb" },

View File

@ -1,8 +0,0 @@
return {
{
"numToStr/Comment.nvim",
lazy = true,
event = "VeryLazy",
opts = {},
},
}