From e30e17ceee6a88cc0cb41928d9fbdd20acfdf629 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 31 Jul 2026 10:09:42 +0200 Subject: nvim-update: Benutze das gleiche Kommando für Windows und POSIX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows/bin/nvim-update.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/bin/nvim-update.cmd') diff --git a/windows/bin/nvim-update.cmd b/windows/bin/nvim-update.cmd index 7e8260e..82b20d5 100644 --- a/windows/bin/nvim-update.cmd +++ b/windows/bin/nvim-update.cmd @@ -1,2 +1,2 @@ @echo off -nvim --headless "+Lazy! sync" "+qa" +nvim --headless -c "lua require[[lazy]].sync({ wait = true })" -c "qa" -- cgit v1.3