diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-05 09:49:59 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-05 09:49:59 +0200 |
| commit | 84755d0981123ace06786b5477a73dbd39b1a9d6 (patch) | |
| tree | 776b197fe227adaf5d09cb501967ba80b58bc0af /bootstrap-win/neovim.ps1 | |
| parent | 9a11bc2be48a8a9021cbf06c691bfb3ced886a4c (diff) | |
| parent | 98b344cbacff5fad784b88abcf05186994edcef8 (diff) | |
| download | dotfiles-84755d0981123ace06786b5477a73dbd39b1a9d6.tar.gz dotfiles-84755d0981123ace06786b5477a73dbd39b1a9d6.tar.bz2 dotfiles-84755d0981123ace06786b5477a73dbd39b1a9d6.zip | |
Merge branch 'master' into add-ansible-support
Diffstat (limited to 'bootstrap-win/neovim.ps1')
| -rw-r--r-- | bootstrap-win/neovim.ps1 | 4 |
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 | ||
| 183 | function Install-Tools { | 183 | function Install-Tools { |
