Files
dotfiles/nvim/m-housh/lua/plugins/comment.lua

8 lines
126 B
Lua
Executable File

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