neovim: remove headless install
This commit is contained in:
parent
00a06efbb3
commit
0bf09fb1d3
1 changed files with 3 additions and 1 deletions
|
|
@ -4,4 +4,6 @@ set -euo pipefail
|
||||||
|
|
||||||
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
nvim --headless -s "${CURDIR}/pluginstall.vim"
|
# I wish I could use `--headless` here to avoid screen flashing, but this
|
||||||
|
# doesn't seem to work if I set that.
|
||||||
|
nvim -s "${CURDIR}/pluginstall.vim"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue