Skip to content

Releases: dpezto/chezmoi-template.nvim

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 06:11
e579924

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

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:55
f832745

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

Choose a tag to compare

@github-actions github-actions released this 25 Jul 07:57
05f54ff

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

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:09
928f7c2

1.2.0 (2026-07-23)

Features

  • picker: plugin-built entries with target names, excludes, injected previews (#15) (2a48bf0)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:16
72239be

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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:20
e88251d

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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:30
7833692

0.2.0 (2026-07-22)

Features

  • live real-time template preview (1163129)
  • live real-time template preview (c417334)

v0.1.0

Choose a tag to compare

@dpezto 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