lazy.nvim/tests/busted.lua
2024-06-29 08:03:37 +02:00

11 lines
174 B
Lua
Executable file

#!/usr/bin/env -S nvim -l
vim.env.LAZY_STDPATH = ".tests"
vim.opt.rtp:prepend(".")
-- Setup lazy.nvim
require("lazy.minit").busted({
spec = {},
stdpath = ".tests",
})