From 30c693c1cb3c78e41f776325e7f5a2ada2cea302 Mon Sep 17 00:00:00 2001 From: danymat Date: Wed, 12 Jan 2022 09:41:16 +0100 Subject: [PATCH] (ts) Update configurations --- lua/neogen/configurations/typescript.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/neogen/configurations/typescript.lua b/lua/neogen/configurations/typescript.lua index dd29224..4e7315e 100644 --- a/lua/neogen/configurations/typescript.lua +++ b/lua/neogen/configurations/typescript.lua @@ -163,8 +163,7 @@ return { { { "type_annotation", "parameters" }, " * @param {%s} %s $1", - { required = "parameters" }, - { type = { "func" } }, + { { required = "parameters" }, { type = { "func" } } }, }, { "return_statement", " * @returns {$1} $1", { type = { "func" } } }, { nil, " */", { type = { "class", "func" } } },