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 `<c-n>`. This allows users to use the `<c-n>` key combination to trigger completion in the plugin.
This commit is contained in:
David Ibia
2024-01-21 15:03:14 +01:00
parent 8abbd568e5
commit 7d4ee66a33

View File

@@ -0,0 +1 @@
vim.g.SuperTabContextDefaultCompletionType = "<c-n>"