fix(blink-cmp): Added "cmdline" preset type

This commit is contained in:
Jan-Henrik Damaschke 2025-06-04 02:30:52 +02:00 committed by GitHub
commit ab1385ffb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
freeformType = attrsOf (listOf (either str luaInline));
options = {
preset = mkOption {
type = enum ["default" "none" "super-tab" "enter"];
type = enum ["default" "none" "super-tab" "enter" "cmdline"];
default = "none";
description = "keymap presets";
};