From de9ba4bc6b6ae99c7a7df2c77693a9ca50686c67 Mon Sep 17 00:00:00 2001 From: Juan R <994594+juaoose@users.noreply.github.com> Date: Fri, 2 Jan 2026 09:36:19 -0500 Subject: [PATCH] chore: dont suggest on exlusive move This reduces the amount of suggestions we provide --- lua/ninetyfive/communication_autocmds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ninetyfive/communication_autocmds.lua b/lua/ninetyfive/communication_autocmds.lua index ca07a6a..0e78944 100644 --- a/lua/ninetyfive/communication_autocmds.lua +++ b/lua/ninetyfive/communication_autocmds.lua @@ -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()