Make sure to pull our version of config.lua back out

This commit is contained in:
2021-09-20 18:19:21 -04:00
parent 53bf1cea57
commit 500470dafd

View File

@@ -80,6 +80,7 @@ if [ "$system_type" = "Linux" ]; then
if ! command -v lvim >/dev/null 2>&1; then
. $HOME/.cargo/env
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
yadm checkout $HOME/.config/lvim/config.lua # We want our version
$HOME/.local/bin/lvim +PackerSync
fi