Files
dots/.config/nvim/lua/plugins/neogen.lua

15 lines
199 B
Lua

return {
"danymat/neogen",
config = function()
require("neogen").setup({
languages = {
python = {
template = {
annotation_convention = "reST",
},
},
},
})
end,
}