mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-24 01:39:02 +02:00
4 lines
133 B
Text
4 lines
133 B
Text
|
#!/bin/sh
|
||
|
|
||
|
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
|