update neovim-flake and disable autocomplete.alwaysComplete

This commit is contained in:
jacekpoz 2024-04-15 11:08:03 +02:00
parent 9485a730fe
commit caea9bd617
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 7 additions and 4 deletions

View file

@ -1305,11 +1305,11 @@
"zig": "zig"
},
"locked": {
"lastModified": 1713111100,
"narHash": "sha256-RfSTjWd8xrU0T1FOQmmb9rH9uQ/xXS6jI7FHIbiELkk=",
"lastModified": 1713136497,
"narHash": "sha256-a+cfrPGNBeF86t2riyv5EKt/ZdKsjnHrRqj9R4w8hoM=",
"owner": "NotAShelf",
"repo": "neovim-flake",
"rev": "7cb47c71b3ca1edc7d92eeea5ddb2db8235f00c8",
"rev": "522a1b9310d652e9235f6930dc23f43de043f88e",
"type": "github"
},
"original": {

View file

@ -73,7 +73,10 @@ in {
context.enable = true;
};
autocomplete.enable = true;
autocomplete = {
enable = true;
alwaysComplete = false;
};
# TODO neo-tree