t0vim/lua/custom/plugins/neogen.lua
2025-02-01 11:05:39 +03:00

12 lines
249 B
Lua

-- Plugin for generating annotations
return {
{
"danymat/neogen",
config = true,
-- Uncomment next line if you want to follow only stable versions
version = "*",
config = function()
require "custom/neogen"
end,
}
}