Skip to content

Lists Neovim plugins (installed by Lazy.nvim) and shows README files.

License

Notifications You must be signed in to change notification settings

selectnull/plugin-readme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

plugin-readme

When you mess with the Neovim configuration (instead of working), it's often needed to read the plugin documentation. This plugin attempts to make that easier.

List all installed plugins and preview their README file. Press ENTER and open the plugin github repository in a browser.

Requirements

  • Neovim >= 0.10 (haven't tested it with lower versions)
  • Lazy.nvim

Installation

For now, it supports only lazy.nvim.

{
    "selectnull/plugin-readme.nvim",
    dependencies = {
        "nvim-telescope/telescope.nvim",
    },
    config = function()
        local readme = require "plugin-readme"
        vim.keymap.set("n", "<leader>p", readme.select_plugin, {})
    end,
}

About

Lists Neovim plugins (installed by Lazy.nvim) and shows README files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages