minor plugin updates

This commit is contained in:
Alexander Navarro 2025-04-07 09:52:21 -04:00
parent 9a07d9c43d
commit 9661cea5d4
4 changed files with 35 additions and 16 deletions

View file

@ -9,4 +9,19 @@ return {
{ "gcl", function() require("comment-box").llline() end, { desc = "Create a comment line", mode = { "n", "v" }, } },
},
},
{
"danymat/neogen",
opts = { snippet_engine = "nvim" },
dependencies = { "nvim-treesitter/nvim-treesitter" },
version = "*", -- stable releases
keys = {
{
"gcd",
function()
require("neogen").generate()
end,
desc = "Generate comment docstring",
},
},
}
}