Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 735 Bytes

termedit.nvim

Sets the Neovim host instance as $EDITOR.

Summary

This plugin sets $EDITOR to a python script that has the host Neovim instance open its given arguments. It's useful mostly for :term.

The script then blocks until all files opened by the script are closed, or :TermRelease is invoked.

Commands

  • TermRelease: When invoked on a buffer opened through this plugin, has the script exit without waiting for the buffer to be unloaded.

Requirements

python-neovim or python3-neovim

Credits

The python script is based on this script by @tarruda and this script by @lahwran.