From d29d7130f783b3f7ce7341db51e34d9634822918 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 8 Mar 2023 14:41:19 +0300 Subject: [PATCH] Add dirty fix for Typescript hover popup --- lua/lush_theme/desolate.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/lush_theme/desolate.lua b/lua/lush_theme/desolate.lua index 519b571..608271e 100644 --- a/lua/lush_theme/desolate.lua +++ b/lua/lush_theme/desolate.lua @@ -333,5 +333,8 @@ return lush(function() LeapLabelPrimary({ Identifier }), LeapMatch({ Constant }), LeapLabelSecondary({ Statement }), + + -- Dirty fixes + typescriptParens({ NormalFloat }) } end)