1
0
Fork 0
dotfiles/neovim/postinstall
Jeremy Kaplan 71d8737447 neovim: Convert all config to Lua
I've been using this with only minimal changes for a few weeks now, so
this seems like a good place to checkpoint it.
2023-05-21 16:11:44 -07:00

6 lines
215 B
Bash
Executable file

#!/usr/bin/env bash
set -exuo pipefail
[ -d ~/.virtualenvs/neovim3 ] || python3 -m venv ~/.virtualenvs/neovim3
~/.virtualenvs/neovim3/bin/python -c 'import pynvim' || ~/.virtualenvs/neovim3/bin/pip install pynvim