Skip to content

Commit

Permalink
vim: 'UP' clean pkgs at first to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusYip committed Jun 12, 2022
1 parent 7085b77 commit c4e0074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ let mapleader = "\<space>"
command Cv w | wviminfo | !vim -c 'set nu rnu nuw=1' --clean -i ~/.viminfo %

" UP: upgrade all plugins and managers
command! UP PlugUpdate | PlugUpgrade | PlugClean | JetpackSync
command! UP PlugClean | PlugUpdate | PlugUpgrade | JetpackSync

" ]]]
" only load plugins after installing vim-jetpack
Expand Down

0 comments on commit c4e0074

Please sign in to comment.