]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Fix order of plugins
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 1 Jan 2021 09:40:16 +0000 (10:40 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 1 Jan 2021 09:41:05 +0000 (10:41 +0100)
.zsh_antigen

index 30c7769d1c018dc19681674a0caa35a5b4d827d4..711a550741b7c777c917f0a09c0bf2401f7297a3 100644 (file)
@@ -1,7 +1,6 @@
 antigen bundle 'https://github.com/willghatch/zsh-saneopt'
 
 antigen bundle 'https://github.com/joel-porquet/zsh-dircolors-solarized'
-antigen bundle 'https://github.com/zsh-users/zsh-syntax-highlighting'
 
 # antigen bundle 'https://github.com/MikeDacre/tmux-zsh-vim-titles'
 
@@ -17,5 +16,7 @@ antigen bundle 'https://github.com/zsh-users/zsh-completions'
 
 antigen bundle "https://github.com/greymd/tmux-xpanes"
 
+antigen bundle 'https://github.com/zsh-users/zsh-syntax-highlighting'
+
 antigen apply