Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hkupty/neovim-bridge

Simple $EDITOR bridge for neovim
https://github.com/hkupty/neovim-bridge

command-line neovim neovim-golang neovim-remote

Last synced: 5 days ago
JSON representation

Simple $EDITOR bridge for neovim

Awesome Lists containing this project

README

        

# 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](https://github.com/mhinz/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.