feat(nvim): use xmldoc for C# neogen annotations
This commit is contained in:
parent
885ba5def3
commit
bb2ffd603c
@ -640,6 +640,13 @@ return packer.startup({
|
|||||||
config = function()
|
config = function()
|
||||||
require("neogen").setup({
|
require("neogen").setup({
|
||||||
snippet_engine = "luasnip",
|
snippet_engine = "luasnip",
|
||||||
|
languages = {
|
||||||
|
cs = {
|
||||||
|
template = {
|
||||||
|
annotation_convention = "xmldoc",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user