nvim-config/lua/custom/plugins/comment.lua
2023-12-27 18:08:37 -05:00

5 lines
67 B
Lua

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