summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-07-26 17:13:00 +0200
committerAlan Pearce2019-07-26 17:13:00 +0200
commit4ee63a014303b207796d9a501db2e8687da08856 (patch)
treef616ffbd0049bbe8cefe6bdc9d30bb6c5dea6989
parent24cd05bbcd17c99b9db2cba36d8ea507f5d740d5 (diff)
downloadnixfiles-4ee63a014303b207796d9a501db2e8687da08856.tar.lz
nixfiles-4ee63a014303b207796d9a501db2e8687da08856.tar.zst
nixfiles-4ee63a014303b207796d9a501db2e8687da08856.zip
zsh: remove autopair to enable completion in braces
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 3bde3884..8061e058 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -135,8 +135,6 @@ zstyle ':completion:*' completer _expand _complete _match
 
 zplugin ice blockf wait'0' lucid
 zplugin light "zsh-users/zsh-completions"
-zplugin ice wait'1' lucid
-zplugin light "hlissner/zsh-autopair"
 zplugin load alanpearce/kubectl-aliases
 zplugin ice wait'1' lucid atinit'alias cdg=cd-gitroot'
 zplugin load "mollifier/cd-gitroot"