all repos — nixfiles @ e158faabfec76ea77e553ac2e141827266783be7

System and user configuration, managed by nix and home-manager

Remove fast-syntax-highlighting

Tweak autosuggestion style to compensate
Alan Pearce alan@alanpearce.eu
Tue, 08 Oct 2019 16:40:19 +0200
commit

e158faabfec76ea77e553ac2e141827266783be7

parent

e169438ad3f192d6526d6fbfe7083056aedbe062

2 files changed, 1 insertions(+), 5 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -49,7 +49,7 @@ size = 10000;     };
 
     localVariables = {
-      ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7";
+      ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=8";
     };
 
     shellAliases = {
M user/zsh/.config/zsh/.zshrcuser/zsh/.config/zsh/.zshrc
@@ -192,7 +192,3 @@ bindkey '^x^k' anyframe-widget-kill fi
 
 unsetopt flow_control       # Let me use ^S and ^Q
-
-zplugin ice wait'!' if'[[ -z $SSH_CLIENT ]]' lucid atinit'zpcompinit; zpcdreplay -q' lucid
-zplugin load "zdharma/fast-syntax-highlighting"
-