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

Commit f5ee2a3

Browse files
committed
fix: change manual trigger behavior(#117)
1 parent ffa5879 commit f5ee2a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/completion.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ function M.on_InsertEnter()
155155
vim.fn.complete(vim.api.nvim_win_get_cursor(0)[2], {})
156156
end
157157
source.triggerCompletion(false, manager)
158-
manager.autoChange = false
159158
l_complete_index = source.chain_complete_index
160159
end
161160
-- closing timer if leaving insert mode

0 commit comments

Comments
 (0)