aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-win/neovim-dict.ps1
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-27 08:26:18 +0200
committerThomas Schmucker <ts@its1.de>2026-07-27 08:26:18 +0200
commit7d29d60f7ca96cd0d76008345ec788671cfb7573 (patch)
tree3d02e30cf1da103a9757878b9aafc0fbd95c40b6 /bootstrap-win/neovim-dict.ps1
parent3fa23845d9bb80162922e74c57e2f97849670da0 (diff)
downloaddotfiles-7d29d60f7ca96cd0d76008345ec788671cfb7573.tar.gz
dotfiles-7d29d60f7ca96cd0d76008345ec788671cfb7573.tar.bz2
dotfiles-7d29d60f7ca96cd0d76008345ec788671cfb7573.zip
windows: Kommentare in PowerShell-Skripten auf das Mindestmass reduziert
Diffstat (limited to 'bootstrap-win/neovim-dict.ps1')
-rw-r--r--bootstrap-win/neovim-dict.ps16
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap-win/neovim-dict.ps1 b/bootstrap-win/neovim-dict.ps1
index 7909ffa..5aeb117 100644
--- a/bootstrap-win/neovim-dict.ps1
+++ b/bootstrap-win/neovim-dict.ps1
@@ -2,13 +2,9 @@
2<# 2<#
3 Windows-natives Pendant zu bootstrap/neovim-dict.sh. 3 Windows-natives Pendant zu bootstrap/neovim-dict.sh.
4 Laedt die deutschen Rechtschreib-Woerterbuecher fuer Neovim herunter. 4 Laedt die deutschen Rechtschreib-Woerterbuecher fuer Neovim herunter.
5 bootstrap/neovim-dict.sh bleibt unveraendert.
6 5
7 Aufruf: 6 Aufruf:
8 .\bootstrap-win\neovim-dict.ps1 7 .\bootstrap-win\neovim-dict.ps1
9
10 Falls die Ausfuehrung durch die Execution Policy blockiert wird:
11 powershell -ExecutionPolicy Bypass -File .\bootstrap-win\neovim-dict.ps1
12#> 8#>
13 9
14$ErrorActionPreference = "Stop" 10$ErrorActionPreference = "Stop"
@@ -25,8 +21,6 @@ function Write-SkipMsg($msg) {
25 Write-Host "- $msg bereits vorhanden" -ForegroundColor DarkGray 21 Write-Host "- $msg bereits vorhanden" -ForegroundColor DarkGray
26} 22}
27 23
28# Nativer Windows-Datenpfad von Neovim (kein XDG_DATA_HOME gesetzt):
29# $env:LOCALAPPDATA\nvim-data\site\spell
30$SpellDir = Join-Path $env:LOCALAPPDATA "nvim-data\site\spell" 24$SpellDir = Join-Path $env:LOCALAPPDATA "nvim-data\site\spell"
31 25
32$Urls = @( 26$Urls = @(