mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-09 23:39:48 +01:00
Compare commits
18 commits
71cb6f54b9
...
83015c985a
Author | SHA1 | Date | |
---|---|---|---|
|
83015c985a | ||
|
cd87a0f0f7 | ||
|
9f8a3137eb | ||
|
d03030d02a | ||
|
2dc1a7fd19 | ||
|
cb739be3fc | ||
|
03359ac3c6 | ||
|
5af402af98 | ||
|
1f82c55cd9 | ||
|
b43c5f163c | ||
|
5e37fc549a | ||
|
18843914f3 | ||
|
581c5cbb85 | ||
|
55525c2732 | ||
|
af399dfccc | ||
|
39ed7ccc1a | ||
|
e6d0dde3a0 | ||
|
402eba80b7 |
1 changed files with 0 additions and 6 deletions
|
@ -36,12 +36,6 @@ in {
|
||||||
description = "Default list of sources to enable for completion.";
|
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 {
|
providers = mkOption {
|
||||||
type = attrsOf providerType;
|
type = attrsOf providerType;
|
||||||
default = {};
|
default = {};
|
||||||
|
|
Loading…
Reference in a new issue