Disable home-manager autosuggestions and syntax hl

This commit is contained in:
Mr Hedgehog 2022-04-23 22:55:18 -04:00
parent 1c508cfb53
commit 26017f39ce
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E

View file

@ -1,9 +1,9 @@
{pkgs, ...}: {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableAutosuggestions = false;
enableCompletion = true;
enableSyntaxHighlighting = true;
enableSyntaxHighlighting = false;
enableVteIntegration = true;
history = {
extended = true;