re-disable autosuggestion
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 1m12s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 12m29s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 5m35s
Check Nix flake / Build nix outputs (pull_request) Failing after 2h13m52s

NOTE FOR NEXT TIME: enabling this messes with fzf
This commit is contained in:
ahuston-0 2025-03-26 11:20:54 -04:00
parent 5fdf5c5362
commit 9e4adb1b46
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -4,8 +4,6 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
autosuggestion.enable = true;
enableCompletion = true;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ plugins = [