aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-03 08:02:01 +0200
committerThomas Schmucker <ts@its1.de>2026-08-03 08:02:01 +0200
commit34329ca2ff3b3263172114c8f34b5b824170cd9d (patch)
tree6dd2c05a29f7baa9f98ac005dc78b939d5b0603b /zsh/zshrc
parentb61387adc936dc51f1d9e84136aa9972ea8480e7 (diff)
downloaddotfiles-34329ca2ff3b3263172114c8f34b5b824170cd9d.tar.gz
dotfiles-34329ca2ff3b3263172114c8f34b5b824170cd9d.tar.bz2
dotfiles-34329ca2ff3b3263172114c8f34b5b824170cd9d.zip
neovim: Neue Funktion 'update_parsers' und entsprechendes UserCmd
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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'
83nvim-update() { 83nvim-update() {
84 nvim --headless \ 84 nvim --headless \
85 -c "lua require[[lazy]].sync({ wait = true })" \ 85 -c "lua require[[lazy]].sync({ wait = true })" \
86 -c "TSUpdate" \ 86 -c "UpdateParsers" \
87 -c "qa" 87 -c "qa"
88} 88}
89 89