Files
dotfiles/nvim/m-housh/lua/user/plugin/comment.lua
2023-10-02 21:41:30 -04:00

8 lines
100 B
Lua

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