dotfiles/crates/20-vim/crate.arch.sh
2023-11-19 15:47:41 +01:00

7 lines
No EOL
115 B
Bash

super_apply() {
pacman -S --needed --noconfirm neovim
}
super_undo() {
echo "we never uninstall vim -_-"
}