dot/.config/nvim/lua/plugins/comment.lua

8 lines
74 B
Lua
Raw Permalink Normal View History

2023-08-29 20:07:23 +02:00
return {
{
"numToStr/Comment.nvim",
opts = {},
lazy = false,
},
}