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

6 lines
67 B
Lua
Raw Normal View History

2023-12-27 18:08:37 -05:00
return {
'numToStr/Comment.nvim',
lazy = false,
opts = {},
}