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
- Host: GitHub
- URL: https://github.com/demoskadi/just.nvim
- Owner: DemosKadi
- License: gpl-3.0
- Created: 2024-12-18T23:11:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:55:48.000Z (10 months ago)
- Last Synced: 2024-12-19T13:25:57.368Z (10 months ago)
- Topics: justfile, lua, neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```