dotfiles/crates/20-vim/crate.arch.sh

7 lines
115 B
Bash
Raw Normal View History

2023-10-14 22:38:12 +02:00
super_apply() {
2023-11-19 15:47:41 +01:00
pacman -S --needed --noconfirm neovim
2023-10-14 22:38:12 +02:00
}
super_undo() {
echo "we never uninstall vim -_-"
}