mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(nvim): update plugins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user