Skip to content

Commit 17f5e25

Browse files
committed
update
1 parent 22e5b85 commit 17f5e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ api.nvim_create_autocmd('LspAttach', {
132132
) or {}
133133
if vim.v.char:match('[%w_]') and not vim.list_contains(triggerchars, vim.v.char) then
134134
vim.schedule(function()
135-
completion.trigger()
135+
completion.get()
136136
end)
137137
end
138138
end,

0 commit comments

Comments
 (0)