7 lines
143 B
Bash
Executable file
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"
|