lazy.nvim/tests/busted.lua

12 lines
174 B
Lua
Raw Normal View History

2024-06-26 20:30:55 +08:00
#!/usr/bin/env -S nvim -l
2024-06-29 14:03:37 +08:00
vim.env.LAZY_STDPATH = ".tests"
2024-06-26 20:30:55 +08:00
vim.opt.rtp:prepend(".")
-- Setup lazy.nvim
2024-06-29 13:26:49 +08:00
require("lazy.minit").busted({
spec = {},
stdpath = ".tests",
2024-06-26 20:30:55 +08:00
})