mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-10-09 19:52:15 +00:00
added busted.lua
This commit is contained in:
parent
6c3bda4aca
commit
8934a7f6a3
3 changed files with 17 additions and 0 deletions
14
tests/busted.lua
Normal file
14
tests/busted.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env -S nvim -l
|
||||
|
||||
vim.env.LAZY_STDPATH = ".tests"
|
||||
load(vim.fn.system("cat $(pwd)/bootstrap.lua"))()
|
||||
--
|
||||
-- -- Setup lazy.nvim
|
||||
require("lazy.minit").busted({
|
||||
spec = {
|
||||
"LazyVim/starter",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"williamboman/mason.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue