aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-win
diff options
context:
space:
mode:
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 {