We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a77a04 commit 65e0915Copy full SHA for 65e0915
1 file changed
test/main_spec.lua
@@ -82,11 +82,12 @@ describe('main', function()
82
vim.fs.joinpath(vim.env.XDG_DATA_HOME, vim.env.NVIM_APPNAME or 'nvim', 'site')
83
)
84
vim.pack.add({
85
- { src = 'https://github.com/ibhagwan/fzf-lua' },
+ { src = 'https://github.com/ibhagwan/fzf-lua', version = 'preview_items' },
86
{ src = 'https://github.com/stevearc/aerial.nvim' },
87
{ src = 'https://github.com/echasnovski/mini.nvim' },
88
{ src = 'https://github.com/folke/lazy.nvim' },
89
{ src = 'https://github.com/lewis6991/gitsigns.nvim' },
90
+ { src = 'https://github.com/alex-popov-tech/store.nvim' },
91
}, { confirm = false })
92
vim.pack.update(nil, { force = true })
93
---@diagnostic disable-next-line: missing-parameter
0 commit comments