diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-03 08:02:01 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-03 08:02:01 +0200 |
| commit | 34329ca2ff3b3263172114c8f34b5b824170cd9d (patch) | |
| tree | 6dd2c05a29f7baa9f98ac005dc78b939d5b0603b /zsh | |
| parent | b61387adc936dc51f1d9e84136aa9972ea8480e7 (diff) | |
| download | dotfiles-34329ca2ff3b3263172114c8f34b5b824170cd9d.tar.gz dotfiles-34329ca2ff3b3263172114c8f34b5b824170cd9d.tar.bz2 dotfiles-34329ca2ff3b3263172114c8f34b5b824170cd9d.zip | |
neovim: Neue Funktion 'update_parsers' und entsprechendes UserCmd
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -83,7 +83,7 @@ alias ls='ls -G' | |||
| 83 | nvim-update() { | 83 | nvim-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 | ||
