alex-popov-tech/store.nvim

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

UPDATED


Features

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, activity and more
  • 🧳 Smart Caching: Users always have the most recent database available at all times

Requirements

  • Neovim 0.10+ (uses vim.ui.open for opening URLs)
  • OXY2DEV/markview.nvim for rich markdown rendering in the list/preview/etc windows

Installation

Using lazy.nvim

{
  "alex-popov-tech/store.nvim",
  dependencies = { "OXY2DEV/markview.nvim" },
  opts = {},
  cmd = "Store"
}

Usage

Open the plugin browser with :Store or require("store").open(), and follow hints from help window.

❓ 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.