Skip to content

Instantly share code, notes, and snippets.

@chitoku-k
Last active May 5, 2017 18:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chitoku-k/f1a386d45cceebdaf32455073fbdf436 to your computer and use it in GitHub Desktop.
Save chitoku-k/f1a386d45cceebdaf32455073fbdf436 to your computer and use it in GitHub Desktop.
Call Neovim from shell script
python3<<<"import neovim; neovim.attach('socket', path='$NVIM_LISTEN_ADDRESS').input('<C-\\><C-n>')"
@himanoa
Copy link

himanoa commented May 5, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment