2.home-manager/tests/modules/programs/sheldon/plugins.toml
2026-05-12 13:08:25 -05:00

7 lines
266 B
TOML

shell = "zsh"
[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 }}"