aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/nvim-update.cmd
Commit message (Collapse)AuthorAgeFilesLines
* nvim-update.cmd: Prüfe, ob cl.exe verfügbar ist.Thomas Schmucker2026-08-051-0/+10
|
* neovim: Neue Funktion 'update_parsers' und entsprechendes UserCmdThomas Schmucker2026-08-031-1/+1
|
* nvim-update erzwingt jetzt ein 'TSUpdate'.Thomas Schmucker2026-08-011-1/+1
|
* nvim-update: Benutze das gleiche Kommando für Windows und POSIXThomas Schmucker2026-07-311-1/+1
|
* windows: nvim-update.cmd hinzugefuegt (Pendant zum zsh-Alias)Thomas Schmucker2026-07-271-0/+2
Entspricht 1:1 dem zsh-Alias 'nvim-update' (zsh/zshrc:79): nvim --headless "+Lazy! sync" "+qa". Liegt in windows/bin, das install-win.ps1 bereits automatisch zum User-PATH hinzufuegt - kein weiterer Schritt noetig. CRLF-Zeilenenden zur Konsistenz mit gmake.cmd angeglichen.