dot/.config/nvim/lua/plugins/comment.lua
2023-08-29 20:07:23 +02:00

7 lines
74 B
Lua

return {
{
"numToStr/Comment.nvim",
opts = {},
lazy = false,
},
}