add annotation generator: neogen

This commit is contained in:
2023-08-02 02:16:29 -04:00
parent f05dc87c0d
commit 394b577d3b
4 changed files with 20 additions and 0 deletions

10
after/plugin/neogen.lua Normal file
View File

@ -0,0 +1,10 @@
local status_ok, neogen = pcall(require, "neogen")
if not status_ok then
return
end
neogen.setup {
enabled = true,
input_after_comment = true,
snippet_engine = "luasnip",
}