1.0.3 • Published 5 years ago
nvim-e v1.0.3
nvim-e
Quick commandline tool to open a file from neovims :terminal into the parent neovim process rather then opening a sub-process neovim
Usage:
with volta (recommended)
volta install nvim-ewith npm
npm i -g nvim-ewith yarn
yarn global add nvim-ethen when in a neovim's :terminal type:
nvim-e file-1 file-2 ... file-nAnd one or more files will be opened in the parent vim process