mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
7 lines
93 B
Lua
7 lines
93 B
Lua
return {
|
|
-- comment plugin
|
|
{
|
|
"numToStr/Comment.nvim",
|
|
event = "VeryLazy",
|
|
},
|
|
}
|