mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): add line to automatically install plugins
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
link:
|
||||
relink: true
|
||||
|
||||
- clean: ['~']
|
||||
- clean: ["~"]
|
||||
|
||||
- link:
|
||||
~/.ack: ack
|
||||
@@ -26,5 +26,11 @@
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
||||
- [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins]
|
||||
- [
|
||||
~/.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"]
|
||||
|
||||
Reference in New Issue
Block a user