Setting vim.autocomplete.blink-cmp.setupOpts.keymap.preset has no effect
#1493
-
|
As the title describes, setting the My config for blink looks like this atm: autocomplete.blink-cmp = {
enable = true;
setupOpts = {
keymap.preset = "super-tab";
};
};I've also attempted setting different presets, but those had no effect either. Doing it manually through lazy.plugins."blink.cmp" = {
package = pkgs.vimPlugins.blink-cmp;
setupModule = "blink.cmp";
setupOpts = {
keymap.preset = "super-tab";
};
event = [ "InsertEnter" ];
}; |
Beta Was this translation helpful? Give feedback.
Answered by
horriblename
Apr 11, 2026
Replies: 1 comment 2 replies
-
|
I found out that the issue should be because of nvf is setting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can set the keybinds to null to disable them individually