Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Jan 20, 2025
1 parent cb9f7ec commit 9dd8a00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/internal/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ local function auto_trigger(bufnr, client)
'triggerCharacters'
) or {}
if vim.v.char:match('[%w_]') and not vim.list_contains(triggerchars, vim.v.char) then
vim.schedule(function()
completion.trigger()
end)
completion.trigger()
end
end,
})
Expand Down

0 comments on commit 9dd8a00

Please sign in to comment.