nvim: add neogen

This commit is contained in:
mequidis
2023-01-20 23:01:22 +02:00
parent 53bba16f7d
commit 1a3fef2864
4 changed files with 43 additions and 0 deletions

View File

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