nvim-config/lua/custom/plugins/comments.lua

5 lines
66 B
Lua

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