diff --git a/configs/nvim b/configs/nvim new file mode 160000 index 0000000..d228209 --- /dev/null +++ b/configs/nvim @@ -0,0 +1 @@ +Subproject commit d22820983ded6a585f35206a239cd46d9f8fd591 diff --git a/scripts/installer/utilities.sh b/scripts/installer/utilities.sh index a66da9f..619d665 100644 --- a/scripts/installer/utilities.sh +++ b/scripts/installer/utilities.sh @@ -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 "------------------------------------------------------------------------" \ No newline at end of file