mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 09:09:49 +01:00
Compare commits
19 commits
83015c985a
...
71cb6f54b9
Author | SHA1 | Date | |
---|---|---|---|
|
71cb6f54b9 | ||
|
c2185f25df | ||
|
fb91b1bbaa | ||
|
90cb9b7293 | ||
|
af67523642 | ||
|
a0d75f9182 | ||
|
57a6abc063 | ||
|
4fd2ded18a | ||
|
1f8b49bcef | ||
|
9f6f191e07 | ||
|
244a560922 | ||
|
ddabc26c33 | ||
|
63ea5bd71f | ||
|
e2de9a1e27 | ||
|
e280cdc8f3 | ||
|
8897e164ba | ||
|
6e3c9cbc1e | ||
|
cb136a9485 | ||
|
05e5f5e399 |
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