feat(nvim): use xmldoc for C# neogen annotations

This commit is contained in:
Price Hiller 2022-09-12 02:28:01 -05:00
parent 885ba5def3
commit bb2ffd603c

View File

@ -640,6 +640,13 @@ return packer.startup({
config = function()
require("neogen").setup({
snippet_engine = "luasnip",
languages = {
cs = {
template = {
annotation_convention = "xmldoc",
},
},
},
})
end,
})