mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
9 lines
235 B
Lua
9 lines
235 B
Lua
-- A better annotation generator.
|
|
-- Supports multiple languages and annotation conventions.
|
|
-- https://github.com/danymat/neogen
|
|
return {
|
|
'danymat/neogen',
|
|
version = '*',
|
|
opts = { enabled = true, snippet_engine = 'luasnip' },
|
|
}
|