mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-10-09 11:42:14 +00:00
build: better minit
This commit is contained in:
parent
923e1aa7a4
commit
a17ad27435
4 changed files with 67 additions and 26 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/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",
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue