From 55d500176b3ff1e3fac6736309a63c0308a17ad0 Mon Sep 17 00:00:00 2001 From: opalmay Date: Fri, 17 Feb 2023 13:17:00 +0200 Subject: fix: installer --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer/install.sh b/utils/installer/install.sh index b7cddac4..e975ab9d 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -436,7 +436,7 @@ function setup_lvim() { echo "Preparing Lazy setup" - "$XDG_DATA_HOME/bin/lvim" --headless -c 'quitall' + "$HOME/.local/bin/lvim" --headless -c 'quitall' echo "Lazy setup complete" -- cgit v1.2.3