nvim: add neogen

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 49fab16d82
commit 8db5f38582
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,9 @@
require("neogen").setup({
languages = {
python = {
template = {
annotation_convention = "reST",
},
},
},
})