Home

Awesome

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

Requirements

python-neovim or python3-neovim

Credits

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