10 lines
124 B
Lua
10 lines
124 B
Lua
require("neogen").setup({
|
|
languages = {
|
|
python = {
|
|
template = {
|
|
annotation_convention = "reST",
|
|
},
|
|
},
|
|
},
|
|
})
|