add annotation generator: neogen
This commit is contained in:
10
after/plugin/neogen.lua
Normal file
10
after/plugin/neogen.lua
Normal 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",
|
||||
}
|
Reference in New Issue
Block a user