diff options
| author | Anton Bobov <anton@bobov.name> | 2025-03-20 15:54:49 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-03-20 15:54:49 +0500 |
| commit | eb68dafd6ca3b4129415b7145c284ece522438dd (patch) | |
| tree | fda1ea5a3f3842b20c60aa216eb972701f80df25 | |
| parent | 1a6ea18bef8ba30fed905c2cb4f13d2653d7f722 (diff) | |
install: Remove tmux and vim plugins update
| -rw-r--r-- | install.conf.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install.conf.yaml b/install.conf.yaml index 8af8ba7..f9b509d 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -49,8 +49,7 @@ - [git submodule update --init --recursive, Installing submodules] - command: | ~/.config/tmux/plugins/tpm/bin/install_plugins - ~/.config/tmux/plugins/tpm/bin/update_plugins all description: Installing tmux plugins - - command: vim -E +PlugInstall +PlugUpdate +qa + - command: vim -E +PlugInstall +qa description: Install vim plugins stdin: true |
