Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Update init
Browse files Browse the repository at this point in the history
  • Loading branch information
ziwon committed Feb 26, 2019
1 parent cebcb1c commit 9d4d67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi
rsync init.vim ~/.config/nvim/init.vim;

# Install nvim plugins
nvim +UpdateRemotePlugins +qall > /dev/null
nvim +PlugInstall +qall > /dev/null
nvim "+silent call dein#install()" +UpdateRemotePlugins +qall > /dev/null

0 comments on commit 9d4d67b

Please sign in to comment.