Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(nvim): do not show update output
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jul 14, 2022
1 parent 096d753 commit 2cf0df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/install.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ abbr -a v 'nvim'
abbr -a vim 'nvim'

# update plugins
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' &>/dev/null

0 comments on commit 2cf0df8

Please sign in to comment.