Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hkupty/neovim-bridge
- Owner: hkupty
- Created: 2024-05-14T14:01:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T17:24:53.000Z (8 days ago)
- Last Synced: 2025-01-13T18:33:13.262Z (8 days ago)
- Topics: command-line, neovim, neovim-golang, neovim-remote
- Language: Go
- Homepage:
- Size: 937 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.