From f9abbcc7939552b31e5bcde72a3a1246df92f4b1 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 14 Aug 2026 08:58:19 +0200 Subject: neovim: Füge Unterstützung für Jinja2 Templates hinzu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap-win/neovim.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-win/neovim.ps1') diff --git a/bootstrap-win/neovim.ps1 b/bootstrap-win/neovim.ps1 index c12ed6b..40f6312 100644 --- a/bootstrap-win/neovim.ps1 +++ b/bootstrap-win/neovim.ps1 @@ -6,7 +6,7 @@ Aufruf (keine Admin-Rechte noetig): .\bootstrap-win\neovim.ps1 - yamlfmt, gawk und xmllint sind bewusst nicht enthalten (siehe + yamlfmt, gawk, xmllint und djlint sind bewusst nicht enthalten (siehe neovim-windows-setup.md). Fehlgeschlagene Installationen werden als Warnung gemeldet, das Skript bricht nicht ab. #> @@ -177,7 +177,7 @@ function Install-Formatters { Install-WingetPackage -Binary "shfmt" -Id "mvdan.shfmt" Install-WingetPackage -Binary "stylua" -Id "JohnnyMorganz.StyLua" - # yamlfmt, gawk, xmllint: kein winget-Paket gefunden, siehe neovim-windows-setup.md. + # yamlfmt, gawk, xmllint, djlint: kein winget-Paket gefunden, siehe neovim-windows-setup.md. } function Install-Tools { -- cgit v1.3