Add neovim config (LazyVim) to configs/ and installer

This commit is contained in:
2026-06-07 23:04:16 +03:30
parent b8890f7c5e
commit 4dfabb4710
2 changed files with 4 additions and 0 deletions

View File

@@ -35,4 +35,7 @@ run_command "yay -S --sudoloop --noconfirm mpvpaper" "Install mpvpaper - animate
run_command "yay -S --sudoloop --noconfirm hypridle" "Install Hypridle for idle management (Must)" "yes" "no"
run_command "cp -r $BASE_DIR/configs/hypr/hypridle.conf /home/$SUDO_USER/.config/hypr/" "Copy Hypridle config" "yes" "no"
run_command "pacman -S --noconfirm neovim" "Install Neovim - Code editor" "yes"
run_command "cp -r $BASE_DIR/configs/nvim /home/$SUDO_USER/.config/" "Copy Neovim config (LazyVim)" "yes" "no"
echo "------------------------------------------------------------------------"