1
0
Fork 0
neovim-config/lua/plugins/comment.lua

7 lines
60 B
Lua
Raw Normal View History

2024-09-19 12:58:41 -03:00
return {
{
"numToStr/Comment.nvim",
lazy = true,
},
}