From 7d4ee66a33424adbd62c080aa42d5b798163258f Mon Sep 17 00:00:00 2001 From: David Ibia Date: Sun, 21 Jan 2024 15:03:14 +0100 Subject: [PATCH] feat(supertab.lua): add configuration for default completion type in SuperTab plugin The configuration `vim.g.SuperTabContextDefaultCompletionType` is added to set the default completion type in the SuperTab plugin to ``. This allows users to use the `` key combination to trigger completion in the plugin. --- lua/absolute/after/supertab.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/absolute/after/supertab.lua b/lua/absolute/after/supertab.lua index e69de29..9571e8a 100644 --- a/lua/absolute/after/supertab.lua +++ b/lua/absolute/after/supertab.lua @@ -0,0 +1 @@ +vim.g.SuperTabContextDefaultCompletionType = ""