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

https://github.com/nanvenomous/e

a binary wrapper for neovim to run sessions from any subdirectory of the project & open specific commits for review
https://github.com/nanvenomous/e

neovim nvim obsession session session-management

Last synced: about 2 months ago
JSON representation

a binary wrapper for neovim to run sessions from any subdirectory of the project & open specific commits for review

Awesome Lists containing this project

README

          

# nvim Session runner
run nvim sessions from any subdirectory of your project

calling `e` is the equivalent of
```bash
nvim -S ./Session.nvim
```
but it will also search up the filetree for session files

# Installation

```
go install github.com/nanvenomous/e@latest
```

* default executable name in Makefile is
> e
* default vim session file name in main.go is
> Session.vim