add annotation generator: neogen

This commit is contained in:
2023-08-02 02:16:29 -04:00
parent a6eca921d6
commit 772c55afb0
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",
}