A Neovim plugin for browsing and installing Neovim plugins through an intuitive UI interface.
- π 5,500+ Plugins Available: Comprehensive plugin database updated every few hours, ensuring absolutely all recent plugins are added to database right away
- π€― Universal Plugin Installation: All plugins are installable with your package manager of choice (
lazy.nvim,vim.pack, etc. ) - π Live README Preview: Real-time markdown rendering with enhanced syntax highlighting via markview.nvim
- π€ Smart Filtering and Sorting: Filter/sort plugins by
name,tags,author,activityand more - π§³ Smart Caching: Users always have the most recent database available at all times
- Neovim 0.10+ (uses
vim.ui.openfor opening URLs) OXY2DEV/markview.nvimfor rich markdown rendering in the list/preview/etc windows
{
"alex-popov-tech/store.nvim",
dependencies = { "OXY2DEV/markview.nvim" },
opts = {},
cmd = "Store"
}Open the plugin browser with :Store or require("store").open(), and follow hints from help window.
Why is plugin %plugin_name not listed?
Please add neovim-plugin tag to your repository, and wait for the crawler to pick it up.
Plugin has lazy.nvim config in readme, but store.nvim suggests migrated/default version instead.
Usually that happens when code snippets with configs are invalid lua, if thats not the case - please create an issue.