mirror of https://github.com/folke/lazy.nvim.git
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
|