Skip to content

Commit

Permalink
feat: update scripts for android
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 5, 2024
1 parent b56e22e commit b639df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/neovim-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pre_main() {
return 0
}

main_pkg() {
require_pkg neovim
}

main_pacman() {
if yes_or_no 'neovim' 'do you want to use stable release?'; then
not_require_pacman neovim-git
Expand Down
2 changes: 1 addition & 1 deletion scripts/termux-widget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ main_apt() {
}

main_pkg() {
dotfile "tmux-widgets" "shortcuts"
dotfile "termux-widgets" "shortcuts"
}

main_brew() {
Expand Down

0 comments on commit b639df2

Please sign in to comment.