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

Commit e451249

Browse files
committed
fix: error on opening signature help(#199)
1 parent a684d85 commit e451249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/completion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function M.on_CompleteDone()
207207
end
208208
-- auto trigger signature help when we confirm completion
209209
if vim.g.completion_enable_auto_signature ~= 0 then
210-
vim.lsp.buf.signature_help()
210+
signature.autoOpenSignatureHelp()
211211
end
212212
end
213213

0 commit comments

Comments
 (0)