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

7 lines
No EOL
99 B
Bash

super_apply() {
apt install -y neovim
}
super_undo() {
echo "we never uninstall vim -_-"
}