2.home-manager/tests/modules/programs/sheldon/plugins.toml
Austin Horstman 1e313820a3 treewide: adapt toml generator changes
Upstream formatter change in
https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
2026-05-02 20:19:12 -05:00

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 }}"