From 34329ca2ff3b3263172114c8f34b5b824170cd9d Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 3 Aug 2026 08:02:01 +0200 Subject: neovim: Neue Funktion 'update_parsers' und entsprechendes UserCmd --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index fd04552..6f31eaa 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -83,7 +83,7 @@ alias ls='ls -G' nvim-update() { nvim --headless \ -c "lua require[[lazy]].sync({ wait = true })" \ - -c "TSUpdate" \ + -c "UpdateParsers" \ -c "qa" } -- cgit v1.3