mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 07:49:49 +01:00
blink: disable cmdline completion
This commit is contained in:
parent
96e66e5ea2
commit
d130845ba1
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ in {
|
|||
description = "Default list of sources to enable for completion.";
|
||||
};
|
||||
|
||||
cmdline = mkOption {
|
||||
type = listOf str;
|
||||
default = [];
|
||||
description = "List of sources to enable for cmdline";
|
||||
};
|
||||
|
||||
providers = mkOption {
|
||||
type = attrsOf providerType;
|
||||
default = {};
|
||||
|
|
Loading…
Reference in a new issue