Skip to content

Commit 9e5a9f5

Browse files
committed
chore: --no-uv in update.sh
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent e6b479e commit 9e5a9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ brew upgrade neovim --fetch-HEAD
88
brew cleanup
99

1010
echo "Updating Brewfile..."
11-
rm Brewfile && brew bundle dump --no-go
11+
rm Brewfile && brew bundle dump --no-go --no-uv
1212

1313
echo "Updating Neovim plugins..."
1414
nvim --headless +"lua vim.pack.update(nil, { force = true })" +qa &>/dev/null

0 commit comments

Comments
 (0)