1
0
Fork 0
dotfiles/neovim/postinstall

7 lines
143 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
nvim --headless -s "${CURDIR}/pluginstall.vim"