lazy.nvim/tests/busted.lua

12 lines
174 B
Lua
Raw Normal View History

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