home-manager/tests/modules/programs/sheldon/plugins.toml

8 lines
266 B
TOML
Raw Normal View History

2024-07-26 17:46:26 +02:00
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 }}"