dorkhub

store.nvim

πŸ€– 6200+ neovim plugins database with automatic installation! πŸš€

alex-popov-tech
Luaβ˜… 369β‘‚ 6 forksMITupdated 1 week ago
git clone https://github.com/alex-popov-tech/store.nvim.gitalex-popov-tech/store.nvim

store.nvim - Largest Neovim Plugins Store

store.nvim ui

Features

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

  • πŸš€ 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

Why is plugin %plugin_name not listed?

Please add the 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 that's not the case - please create an issue.

more like this

Scythe

SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.

C#β˜… 50

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Scriptβ˜… 50

search

search projects, people, and tags