diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 7d9b67a..f59e819 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -25,4 +25,5 @@ - shell: - [git submodule update --init --recursive, Installing submodules] + - [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins] - [nvim --headless -c "lua lsp_install_sync()" -c "quitall"]