Files
dotfiles/nvim/m-housh/lua/user/plugin/comment.lua
2023-10-06 17:57:28 -04:00

8 lines
126 B
Lua

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