Update generated neovim config
This commit is contained in:
15
config/neovim/store/lazy-plugins/noice.nvim/tests/minit.lua
Normal file
15
config/neovim/store/lazy-plugins/noice.nvim/tests/minit.lua
Normal file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env -S nvim -l
|
||||
|
||||
vim.env.LAZY_STDPATH = ".tests"
|
||||
vim.env.LAZY_PATH = vim.fs.normalize("~/projects/lazy.nvim")
|
||||
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
|
||||
|
||||
-- Setup lazy.nvim
|
||||
require("lazy.minit").setup({
|
||||
spec = {
|
||||
{
|
||||
dir = vim.uv.cwd(),
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user