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)