Releases: dpezto/chezmoi-template.nvim
Releases · dpezto/chezmoi-template.nvim
v3.0.0
Compare
Sorry, something went wrong.
No results found
3.0.0 (2026-08-03)
⚠ BREAKING CHANGES
shared-template navigation, opt-in keymaps, preview diff (#29 )
Features
shared-template navigation, opt-in keymaps, preview diff (#29 ) (be916f1 )
v2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2026-07-27)
⚠ BREAKING CHANGES
picker: decrypted previews; exclude patterns stack on the defaults (#26 )
Features
picker: decrypted previews; exclude patterns stack on the defaults (#26 ) (db389a9 )
Bug Fixes
apply: skip undeployed source files, activate for deployed files on redirect (#23 ) (5de7ae2 )
encryption: read the enabled flag at dispatch, not at registration (#25 ) (246de7f )
matchup: match else-with openers and full else chains (#22 ) (ef43db1 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
1.3.0 (2026-07-25)
Features
apply: report chezmoi's warnings when saving source state (#19 ) (ed3adc6 )
Bug Fixes
activate: bring up the plugin for managed files that are not templates (#21 ) (dad3d9c )
format: mask key-position templates correctly, fall back for unmaskable lines (#18 ) (c62b9fd )
v1.2.0
Compare
Sorry, something went wrong.
No results found
1.2.0 (2026-07-23)
Features
picker: plugin-built entries with target names, excludes, injected previews (#15 ) (2a48bf0 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
1.1.0 (2026-07-23)
Features
close gaps vs chezmoi.nvim / chezmoi.vim (#12 ) (312b7cb )
Bug Fixes
harden path handling for Windows + add windows CI (#13 ) (748a0d1 )
v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2026-07-22)
⚠ BREAKING CHANGES
:Chezmoi commands + treesitter-aware blink completion (#7 )
Features
:Chezmoi <sub> commands + treesitter-aware blink completion (#7 ) (a2ea342 )
v0.2.0
Compare
Sorry, something went wrong.
No results found
0.2.0 (2026-07-22)
Features
live real-time template preview (1163129 )
live real-time template preview (c417334 )
v0.1.0
Compare
Sorry, something went wrong.
No results found
dpezto
released this
22 Jul 08:18
Initial release.
Neovim integration for chezmoi templates:
Treesitter injection of the deployed target language into *.tmpl buffers
Format-through-template (conform.nvim): format as the target filetype, with template-directive depth-padding
:ChezmoiPreview live rendered split, :ChezmoiApply / apply-on-save, :ChezmoiDiff, :ChezmoiTarget, :ChezmoiSource, :ChezmoiPick
Template-error diagnostics via chezmoi execute-template
blink.cmp completion: data keys, template functions, block snippets
Target-aware icons (mini.icons); transparent *.age/*.asc decrypt/encrypt (opt-in)
Lazy self-loading: ~nothing at startup until the first template opens