nvim: add neogen
This commit is contained in:
9
.config/nvim/lua/plugins/neogen.lua
Normal file
9
.config/nvim/lua/plugins/neogen.lua
Normal file
@ -0,0 +1,9 @@
|
||||
require("neogen").setup({
|
||||
languages = {
|
||||
python = {
|
||||
template = {
|
||||
annotation_convention = "reST",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user