alex-popov-tech/store.nvim

github github
plugin-manager
stars 358
issues 0
subscribers 2
forks 6
CREATED

UPDATED


store.nvim - Largest Neovim Plugins Store

Features

A Neovim plugin for browsing and installing Neovim plugins through an intuitive UI interface.

  • 🚀 6,200+ Plugins Available: Comprehensive plugin database updated daily, ensuring new 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 via markview.nvim with server-side pre-processing and CDN caching for instant loading
  • 🤓 Smart Filtering and Sorting: Filter/sort plugins by name, tags, author, activity, rising stars, downloads, views and more
  • 🖼️ Image Preview: Optional image.nvim integration renders inline images from plugin READMEs directly in your terminal

Installation

Using lazy.nvim

{
  "alex-popov-tech/store.nvim",
  dependencies = {
    { "OXY2DEV/markview.nvim", opts = {} },
    -- Optional: inline image rendering in README previews (Kitty, Ghostty, WezTerm only)
    -- { "3rd/image.nvim", opts = { integrations = { markdown = { enabled = false } } } },
  },
  opts = {
    -- layout = "tab", -- recommended when using image preview
  },
  cmd = "Store",
}

❓ FAQ

Please add neovim-plugin tag to your repository, and wait for the crawler to pick it up.

Usually that happens when code snippets with configs are invalid lua, if thats not the case - please create an issue.