nix-config/sh/055-vim
2018-08-31 15:36:58 -04:00

15 lines
199 B
Bash

#!/bin/sh
#
# Vim is the standard text editor.
#
# https://wiki.archlinux.org/index.php/Vim
set -xe
pacman -S vim
pacman -S neovim
# Add the `undo` directory for regular vim
mkdir -p ~/.vim/undo