From c2daf1e3f30807064268cb44f32215c4a3388ac1 Mon Sep 17 00:00:00 2001 From: sadanslargehole Date: Tue, 12 Mar 2024 08:14:15 -0500 Subject: [PATCH] fixtabout --- lua/setuptabout.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/setuptabout.lua b/lua/setuptabout.lua index 7003e9d..869b7ab 100644 --- a/lua/setuptabout.lua +++ b/lua/setuptabout.lua @@ -6,7 +6,7 @@ require("tabout").setup({ default_tab = "", -- shift default action (only at the beginning of a line, otherwise is used) default_shift_tab = "", -- reverse shift default action, enable_backwards = true, -- well ... - completion = false, -- if the tabkey is used in a completion pum + completion = true, -- if the tabkey is used in a completion pum tabouts = { { open = "'", close = "'" }, { open = '"', close = '"' },