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: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T09:58:26.000Z (5 months ago)
- Last Synced: 2025-01-31T10:34:44.841Z (5 months 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.
It also can be used on terminals outside neovim, spawning a neovim instane in place