Skip to content

rliang/termedit.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sets the Neovim host instance as $EDITOR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published