diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-27 13:30:59 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-27 13:30:59 +0200 |
| commit | a5fcfee3f33f95b9ad41f42e6676ef0b579904e5 (patch) | |
| tree | 778f3230d02a93ed8aec15e644bf2506438d7a6f /windows/bin/nvim-update.cmd | |
| parent | b3b1f245e798319a268b372d33489eaf14fa632e (diff) | |
| download | dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.tar.gz dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.tar.bz2 dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.zip | |
bootstrap: Weitere Skripte für Windows
Diffstat (limited to 'windows/bin/nvim-update.cmd')
| -rw-r--r-- | windows/bin/nvim-update.cmd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/bin/nvim-update.cmd b/windows/bin/nvim-update.cmd index 7521e7e..5317f34 100644 --- a/windows/bin/nvim-update.cmd +++ b/windows/bin/nvim-update.cmd | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | 2 | ||
| 3 | rem Prüft vor dem Parser-Update, ob ein C-Compiler (cl.exe, MSVC) im PATH | ||
| 4 | rem gefunden wird - nvim-treesitter braucht ihn zum Kompilieren der Parser. | ||
| 5 | |||
| 6 | where /q cl.exe | 3 | where /q cl.exe |
| 7 | if errorlevel 1 ( | 4 | if errorlevel 1 ( |
| 8 | echo [nvim-update] cl.exe nicht gefunden - Neovim aus einer "Developer PowerShell for VS" starten. 1>&2 | 5 | echo [nvim-update] cl.exe nicht gefunden - Neovim aus einer "Developer PowerShell for VS" starten. 1>&2 |
