nix-config/sh/055-vim

15 lines
199 B
Plaintext
Raw Normal View History

2018-08-31 21:36:58 +02:00
#!/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