File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,11 +82,12 @@ describe('main', function()
8282 vim .fs .joinpath (vim .env .XDG_DATA_HOME , vim .env .NVIM_APPNAME or ' nvim' , ' site' )
8383 )
8484 vim .pack .add ({
85- { src = ' https://github.com/ibhagwan /fzf-lua' },
85+ { src = ' https://github.com/phanen /fzf-lua' , version = ' preview_items ' },
8686 { src = ' https://github.com/stevearc/aerial.nvim' },
8787 { src = ' https://github.com/echasnovski/mini.nvim' },
8888 { src = ' https://github.com/folke/lazy.nvim' },
8989 { src = ' https://github.com/lewis6991/gitsigns.nvim' },
90+ { src = ' https://github.com/alex-popov-tech/store.nvim' },
9091 }, { confirm = false })
9192 vim .pack .update (nil , { force = true })
9293 --- @diagnostic disable-next-line : missing-parameter
@@ -97,6 +98,7 @@ describe('main', function()
9798 require (' mini.visits' ).setup ()
9899 require (' mini.icons' ).setup ()
99100 require (' gitsigns' ).setup ()
101+ require (' store' ).setup ({ plugin_manager = ' lazy.nvim' })
100102 vim .opt .rtp :append (' .' )
101103 vim .cmd .runtime { ' plugin/fzf-lua-extra.lua' , bang = true }
102104 end )
You can’t perform that action at this time.
0 commit comments