Skip to content

Commit

Permalink
Added Ansible tag for zsh-syntax-highlighting (#484)
Browse files Browse the repository at this point in the history
So users can disable this feature.
  • Loading branch information
freemanjp committed Oct 15, 2018
1 parent 321768f commit e04ac1a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vagrantuser.example
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
# - sdkman
# - vscode
# - zsh-autosuggestions
# - zsh-syntax-highlighting

# Uncomment the section below to change any of the VirtualBox Settings
# virtualbox:
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ ansible:
- sdkman
- vscode
- zsh-autosuggestions
- zsh-syntax-highlighting
```
**Note:** there are dependencies between some of the features e.g. skipping
Expand Down
16 changes: 12 additions & 4 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,6 @@
- name: moleculew
url: gantsign/molecule-wrapper
location: zsh
# bundles are loaded by name alpabetically
# and zsh-syntax-highlighting must be loaded last
- name: zzz
url: zsh-users/zsh-syntax-highlighting

- role: gantsign.antigen
tags:
Expand All @@ -545,6 +541,18 @@
- name: zsh-autosuggestions
url: zsh-users/zsh-autosuggestions

- role: gantsign.antigen
tags:
- oh-my-zsh
- zsh-syntax-highlighting
users:
- username: vagrant
antigen_bundles:
# bundles are loaded by name alpabetically
# and zsh-syntax-highlighting must be loaded last
- name: zzz
url: zsh-users/zsh-syntax-highlighting

- role: gantsign.antigen_bundles
tags:
- oh-my-zsh
Expand Down

0 comments on commit e04ac1a

Please sign in to comment.