fix(vim): problem with LSP and prettier

This commit is contained in:
Stefan Imhoff
2021-12-20 15:54:03 +01:00
parent d6743abe7a
commit d0eaecece3
6 changed files with 22 additions and 26 deletions

View File

@@ -26,11 +26,5 @@
- shell:
- [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"]
- [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins]
- [nvim -u ~/.config/nvim/init.vim +PlugUpgrade +PlugInstall +PlugClean +qall]