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

https://github.com/demoskadi/just.nvim

Small and simple wrapper for justfile in neovim
https://github.com/demoskadi/just.nvim

justfile lua neovim neovim-plugin

Last synced: 6 months ago
JSON representation

Small and simple wrapper for justfile in neovim

Awesome Lists containing this project

README

          

# just.nvim
A [just](https://github.com/casey/just) wrapper for slightly better integration into neovim

## Installation
### lazy
```lua
{
'DemosKadi/just.nvim',
cmd = 'Just',
opts = {},
}
```

## Usage
```
:Just
```