From 966d09146857af9ba23a4633dce0e83ad51f2b23 Mon Sep 17 00:00:00 2001 From: danymat Date: Thu, 13 Jan 2022 16:15:12 +0100 Subject: [PATCH] (py) Update configurations --- lua/neogen/configurations/python.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index 5c056ad..c45e6db 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -189,8 +189,8 @@ return { { nil, '"""$1' }, { - { "parameters", "type" }, - "%s: %s", + "parameters", + "%s: $1", { before_first_item = { "", "Parameters", "----------" }, type = { "func" } }, }, { "parameters", "\t$1", {} },