|
@@ -100,14 +100,14 @@ installpacker() {
|
|
|
|
|
|
cloneconfig() {
|
|
|
echo "Cloning LunarVim configuration"
|
|
|
- git clone --branch rolling https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim
|
|
|
+ git clone --branch master https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim
|
|
|
mv $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua
|
|
|
nvim --headless \
|
|
|
+'autocmd User PackerComplete sleep 100m | qall' \
|
|
|
+PackerInstall
|
|
|
nvim --headless \
|
|
|
+'autocmd User PackerComplete sleep 10m | qall' \
|
|
|
- +PackerSync
|
|
|
+ +PackerSync >/dev/null
|
|
|
echo "\nCompile Complete"
|
|
|
}
|
|
|
|