We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b479e commit 9e5a9f5Copy full SHA for 9e5a9f5
scripts/update.sh
@@ -8,7 +8,7 @@ brew upgrade neovim --fetch-HEAD
8
brew cleanup
9
10
echo "Updating Brewfile..."
11
-rm Brewfile && brew bundle dump --no-go
+rm Brewfile && brew bundle dump --no-go --no-uv
12
13
echo "Updating Neovim plugins..."
14
nvim --headless +"lua vim.pack.update(nil, { force = true })" +qa &>/dev/null
0 commit comments