chore(nvim): update plugins

This commit is contained in:
Stefan Imhoff
2022-12-31 11:17:29 +01:00
parent 50d0ce3fec
commit 8609f8f6d7
2 changed files with 34 additions and 34 deletions

View File

@@ -114,7 +114,7 @@ function update () {
brew update && brew outdated && brew upgrade && brew cleanup
sudo gem update --system && sudo gem update && gem cleanup all
pip install --upgrade pip
pip list -o --format columns| cut -d' ' -f1|xargs -n1 pip install -U
pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U
npm update npm -g
npm update -g
nvim --headless "+Lazy! sync" +qa