mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
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:
@@ -0,0 +1 @@
|
||||
vim.g.SuperTabContextDefaultCompletionType = "<c-n>"
|
||||
|
||||
Reference in New Issue
Block a user