Skip to content

stefanpenner/nvim-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-e

with npm

npm i -g nvim-e

with yarn

yarn global add nvim-e

then when in a neovim's :terminal type:

nvim-e file-1 file-2 ... file-n

And one or more files will be opened in the parent vim process

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published