Files
yadm/.config/nvim/lua/plugins/comment.lua
2023-10-19 23:47:02 +02:00

6 lines
84 B
Lua

return {
-- 'gcc' to toggle comments
'numToStr/Comment.nvim',
config = true
}