chore(vim): add line to automatically install plugins

This commit is contained in:
Stefan Imhoff
2021-12-13 12:43:30 +01:00
parent bc8076b42d
commit a98f32f163

View File

@@ -2,7 +2,7 @@
link:
relink: true
- clean: ['~']
- clean: ["~"]
- link:
~/.ack: ack
@@ -25,6 +25,12 @@
~/.zshrc: zshrc
- 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"]
- [git submodule update --init --recursive, Installing submodules]
- [
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
Installing tmux plugins,
]
- [
nvim -u ~/.config/nvim/init.vim +PlugUpgrade +PlugInstall +PlugClean +qall,
]
- [nvim --headless -c "lua lsp_install_sync()" -c "quitall"]