aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-win
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-14 08:58:19 +0200
committerThomas Schmucker <ts@its1.de>2026-08-14 08:58:19 +0200
commitf9abbcc7939552b31e5bcde72a3a1246df92f4b1 (patch)
tree002561f75dd52132ddde196f90a302b5e98a0997 /bootstrap-win
parentbdc80dabce5e46945ca34ccf74861371485ac2f2 (diff)
downloaddotfiles-f9abbcc7939552b31e5bcde72a3a1246df92f4b1.tar.gz
dotfiles-f9abbcc7939552b31e5bcde72a3a1246df92f4b1.tar.bz2
dotfiles-f9abbcc7939552b31e5bcde72a3a1246df92f4b1.zip
neovim: Füge Unterstützung für Jinja2 Templates hinzu
Diffstat (limited to 'bootstrap-win')
-rw-r--r--bootstrap-win/neovim.ps14
1 files changed, 2 insertions, 2 deletions
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 @@
6 Aufruf (keine Admin-Rechte noetig): 6 Aufruf (keine Admin-Rechte noetig):
7 .\bootstrap-win\neovim.ps1 7 .\bootstrap-win\neovim.ps1
8 8
9 yamlfmt, gawk und xmllint sind bewusst nicht enthalten (siehe 9 yamlfmt, gawk, xmllint und djlint sind bewusst nicht enthalten (siehe
10 neovim-windows-setup.md). Fehlgeschlagene Installationen werden als 10 neovim-windows-setup.md). Fehlgeschlagene Installationen werden als
11 Warnung gemeldet, das Skript bricht nicht ab. 11 Warnung gemeldet, das Skript bricht nicht ab.
12#> 12#>
@@ -177,7 +177,7 @@ function Install-Formatters {
177 Install-WingetPackage -Binary "shfmt" -Id "mvdan.shfmt" 177 Install-WingetPackage -Binary "shfmt" -Id "mvdan.shfmt"
178 Install-WingetPackage -Binary "stylua" -Id "JohnnyMorganz.StyLua" 178 Install-WingetPackage -Binary "stylua" -Id "JohnnyMorganz.StyLua"
179 179
180 # yamlfmt, gawk, xmllint: kein winget-Paket gefunden, siehe neovim-windows-setup.md. 180 # yamlfmt, gawk, xmllint, djlint: kein winget-Paket gefunden, siehe neovim-windows-setup.md.
181} 181}
182 182
183function Install-Tools { 183function Install-Tools {