nvim-lua.kickstart.nvim/lua/custom/plugins/comment.nvim.lua

7 lines
82 B
Lua
Raw Normal View History

return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
}