diff options
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 | ||
