mirror of https://github.com/LazyVim/starter
feat: add remove comment.nvim
parent
0a0974ede2
commit
cb454c184b
|
@ -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" },
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"numToStr/Comment.nvim",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue