- Neovim
- Python3
dein.toml example
[[plugins]]
repo = 'softoika/wrnvim'
hook_add = '''
let g:sendyml_path="/path/to/dir"
'''
- pipenv
Start Nvim with a known address:
$ NVIM_LISTEN_ADDRESS=/tmp/nvim nvim
In another terminal, connect a python REPL by using nvimrepl.sh
$ ./nvimrepl.sh