A Neovim plugin for browsing and installing Neovim plugins through an intuitive UI interface.
lazy.nvim
without leaving terminalname
, tags
, author
, activity
and so on{
"alex-popov-tech/store.nvim",
dependencies = { "OXY2DEV/markview.nvim" },
cmd = "Store"
}
Open the plugin browser with :Store
or require("store").open()
, and follow hints from help window.
That usually happens in two cases:
neovim-plugin
or neovim-plugins
tagIf neither applies β please create an issue.
A plugin is considered installable if it has at least one valid configuration block in its readme. If it isnβt marked as installable, try the following:
lua-ls
β just create a tmp.lua
file and paste the code block into it.lazy.nvim configuration example
.If none of that helps, and your plugin should be installable β please create an issue.
By default, native lazy.nvim
configs are preferred. If you have one but it's not being used:
lazy.nvim
config block is valid Lua. lua-ls
can help with that (try pasting it into a temporary tmp.lua
file).Still not working? Please create an issue.