chore(tmux): add headless install for TMUX Plugin Manager

This commit is contained in:
Stefan Imhoff
2021-12-11 15:45:02 +01:00
parent fb9e580f1f
commit 1ab601f6f9

View File

@@ -25,4 +25,5 @@
- shell: - shell:
- [git submodule update --init --recursive, Installing submodules] - [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"] - [nvim --headless -c "lua lsp_install_sync()" -c "quitall"]