Skip to content

Commit

Permalink
🐛 fixes signature hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
roq-qg committed Apr 14, 2022
1 parent abfd447 commit 1283eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function onRune(bp, r)
if capabilities[filetype].completionProvider and capabilities[filetype].completionProvider.triggerCharacters and contains(capabilities[filetype].completionProvider.triggerCharacters, r) then
completionAction(bp)
elseif capabilities[filetype].signatureHelpProvider and capabilities[filetype].signatureHelpProvider.triggerCharacters and contains(capabilities[filetype].signatureHelpProvider.triggerCharacters, r) then
definitionAction(bp)
hoverAction(bp)
end
end
end
Expand Down

0 comments on commit 1283eb3

Please sign in to comment.