aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-win/neovim-dict.ps1
diff options
context:
space:
mode:
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 = @(