require('neogen').setup { enabled = true, languages = { typescript = { template = { annotation_convention = "tsdoc" -- for a full list of annotation_conventions, see supported-languages below, } }, } } vim.keymap.set("n", "d", ":lua require('neogen').generate()", opts)