Skip to content

hkupty/neovim-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim-bridge

Simple $EDITOR bridge for neovim


neovim-bridge (nvb for short) is a very simple $EDITOR bridge for neovim.

It is a subset of neovim-remote, aiming to address a simple yet common use-case, use neovim as $EDITOR for a process started from the :terminal, waiting until the file is closed.

It has one fundamental difference over neovim-remote: the files are created setting bufhidden=delete, which means once you :x on that buffer, nvb will get a notification from neovim and release the process.

Releases

No releases published

Packages

No packages published

Languages