Merge pull request #936 from itpropro/fix/blink

fix(blink-cmp): Added "cmdline" preset type
This commit is contained in:
Ching Pei Yang 2025-06-04 09:28:21 +02:00 committed by GitHub
commit f58b8ded0b
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";
};