Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/ninetyfive/communication_autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function CommunicationAutocmds:reconcile(args, event)
vim.b[bufnr].ninetyfive_accepting = false
end

if should_request_completion and event_is_move then
if should_request_completion and not event_is_move then
suggestion.clear()
Completion.clear()
vim.schedule(function()
Expand Down
Loading