mirror of
https://github.com/He4eT/desolate.nvim.git
synced 2026-05-05 01:17:23 +00:00
Add dirty fix for Typescript hover popup
This commit is contained in:
parent
5bf06c998b
commit
d29d7130f7
1 changed files with 3 additions and 0 deletions
|
|
@ -333,5 +333,8 @@ return lush(function()
|
||||||
LeapLabelPrimary({ Identifier }),
|
LeapLabelPrimary({ Identifier }),
|
||||||
LeapMatch({ Constant }),
|
LeapMatch({ Constant }),
|
||||||
LeapLabelSecondary({ Statement }),
|
LeapLabelSecondary({ Statement }),
|
||||||
|
|
||||||
|
-- Dirty fixes
|
||||||
|
typescriptParens({ NormalFloat })
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue