mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
build: better minit
This commit is contained in:
parent
923e1aa7a4
commit
a17ad27435
4 changed files with 67 additions and 26 deletions
|
@ -5,7 +5,8 @@ vim.env.LAZY_STDPATH = ".tests"
|
|||
vim.opt.rtp:prepend(".")
|
||||
|
||||
-- Setup lazy.nvim
|
||||
require("lazy.minit").busted({
|
||||
spec = {},
|
||||
stdpath = ".tests",
|
||||
require("lazy.minit").setup({
|
||||
spec = {
|
||||
{ dir = vim.uv.cwd() },
|
||||
},
|
||||
})
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nvim -l tests/busted.lua tests -o utfTerminal "$@"
|
||||
nvim -l tests/minit.lua --busted tests -o utfTerminal "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue