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()
|
||||
require("neogen").setup({
|
||||
snippet_engine = "luasnip",
|
||||
languages = {
|
||||
cs = {
|
||||
template = {
|
||||
annotation_convention = "xmldoc",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user