Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit dc4cf56

Browse files
authored
Merge pull request #328 from nvim-lua/fix_signature_help_on_blank
fix: signature_help windows disapper on pressing space
2 parents 74331dd + adee1dc commit dc4cf56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/completion/signature_help.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ M.autoOpenSignatureHelp = function()
2020
return
2121
end
2222

23+
line_to_cursor = vim.trim(line_to_cursor)
2324
triggered = util.checkTriggerCharacter(line_to_cursor,
2425
value.server_capabilities.signatureHelpProvider.triggerCharacters)
2526
end

0 commit comments

Comments
 (0)