Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

alex-popov-tech/store.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

66 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

store.nvim heading image store.nvim ui

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

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages