Upstream formatter change in https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
9 lines
277 B
TOML
9 lines
277 B
TOML
shell = 'zsh'
|
|
|
|
[plugins]
|
|
[plugins.zsh-syntax-highlighting]
|
|
apply = ['defer']
|
|
github = 'zsh-users/zsh-syntax-highlighting'
|
|
|
|
[templates]
|
|
defer = "{{ hooks | get: \"pre\" | nl }}{% for file in files %}zsh-defer source \"{{ file }}\"\n{% endfor %}{{ hooks | get: \"post\" | nl }}"
|