mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-01 16:44:49 +02:00
ci: new minit
This commit is contained in:
parent
c848cfddef
commit
1bf8050bc4
2 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ vim.env.LAZY_STDPATH = ".tests"
|
|||
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
|
||||
|
||||
-- Setup lazy.nvim
|
||||
require("lazy.minit").busted({
|
||||
require("lazy.minit").setup({
|
||||
spec = {
|
||||
{ dir = vim.uv.cwd() },
|
||||
"LazyVim/starter",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"williamboman/mason.nvim",
|
|
@ -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