From a9f4009d9b818983a3e89d5d97176e390269bda3 Mon Sep 17 00:00:00 2001 From: danymat Date: Sat, 22 Jan 2022 20:37:49 +0100 Subject: [PATCH] (py) Update configurations --- lua/neogen/configurations/python.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index 8883ccf..a0a71de 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -205,6 +205,7 @@ return { { before_first_item = { "", "Parameters", "----------" }, type = { "func" } }, }, { "parameters", "\t$1", {} }, + { { "identifier", "type" }, "\t%s (%s): $1", { required = "typed_parameters", type = { "func" } } }, { "attributes", "%s: $1", { before_first_item = { "", "Attributes", "----------" } } }, { "return_statement", "$1", { before_first_item = { "", "Returns", "-------" } } }, { nil, '"""' },