mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
fix(blink-cmp): Added "cmdline" preset type
This commit is contained in:
parent
f5769ca156
commit
ab1385ffb9
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue