1
0

Add alias to update and compile Packer plugins in NVIM

This commit is contained in:
Jip J. Dekker 2021-12-29 16:05:48 +11:00
parent 53f916513b
commit 995df6a9af
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -26,6 +26,7 @@ startup = [
"alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force",
"alias brew-cleanup = brew bundle cleanup --global --no-lock --force --zap",
"alias brew-restore = brew bundle install --global --no-lock",
"alias packer-sync = nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'",
# Optional binaries from Homebrew
"pathvar add $'(brew --prefix | str trim)/opt/bison/bin'",