From 743253829621cecafa6bd97a8fb75ef1348d6d6f Mon Sep 17 00:00:00 2001 From: finn Date: Fri, 4 Jul 2025 02:24:13 -0700 Subject: [PATCH] autocomplete should not interrupt cr or tab, so shift tab --- lua/plugins/actoggle.lua | 2 +- stylua.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/actoggle.lua b/lua/plugins/actoggle.lua index 2574a64..fa4b413 100644 --- a/lua/plugins/actoggle.lua +++ b/lua/plugins/actoggle.lua @@ -4,7 +4,7 @@ return { opts = function(_, opts) opts.keymap = { preset = "default", - [""] = { "select_and_accept" }, + [""] = { "select_and_accept" }, } vim.b.completion = true diff --git a/stylua.toml b/stylua.toml index 5d6c50d..0f90030 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,3 +1,3 @@ indent_type = "Spaces" indent_width = 2 -column_width = 120 \ No newline at end of file +column_width = 120