update neovim-flake and disable autocomplete.alwaysComplete
This commit is contained in:
parent
9485a730fe
commit
caea9bd617
2 changed files with 7 additions and 4 deletions
|
@ -1305,11 +1305,11 @@
|
||||||
"zig": "zig"
|
"zig": "zig"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713111100,
|
"lastModified": 1713136497,
|
||||||
"narHash": "sha256-RfSTjWd8xrU0T1FOQmmb9rH9uQ/xXS6jI7FHIbiELkk=",
|
"narHash": "sha256-a+cfrPGNBeF86t2riyv5EKt/ZdKsjnHrRqj9R4w8hoM=",
|
||||||
"owner": "NotAShelf",
|
"owner": "NotAShelf",
|
||||||
"repo": "neovim-flake",
|
"repo": "neovim-flake",
|
||||||
"rev": "7cb47c71b3ca1edc7d92eeea5ddb2db8235f00c8",
|
"rev": "522a1b9310d652e9235f6930dc23f43de043f88e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -73,7 +73,10 @@ in {
|
||||||
context.enable = true;
|
context.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
autocomplete.enable = true;
|
autocomplete = {
|
||||||
|
enable = true;
|
||||||
|
alwaysComplete = false;
|
||||||
|
};
|
||||||
|
|
||||||
# TODO neo-tree
|
# TODO neo-tree
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue