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

Commit

Permalink
Change. Ready to release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ashincoder committed Jul 28, 2021
1 parent a4cb0dc commit ca5fbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/installer
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cloneconfig() {
cp "$HOME"/.config/nvim/bin/starplug.example.lua "$HOME"/.config/nvim/starplug.lua
cd "$HOME"/.config/nvim/

nvim +":lua require 'modules' vim.cmd('PackerInstall')"
nvim +":lua require 'modules' vim.cmd('PackerCompile')"
nvim +PackerInstall
nvim +PackerCompile

echo -e "\nCompile Complete"
}
Expand Down

0 comments on commit ca5fbe1

Please sign in to comment.