nvim: the epic config restructure
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
require("neogen").setup({
|
||||
languages = {
|
||||
python = {
|
||||
template = {
|
||||
annotation_convention = "reST",
|
||||
return {
|
||||
"danymat/neogen",
|
||||
config = function()
|
||||
require("neogen").setup({
|
||||
languages = {
|
||||
python = {
|
||||
template = {
|
||||
annotation_convention = "reST",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user