Skip to content

A small telescope extension made to show your installed packer extensions

License

Notifications You must be signed in to change notification settings

AtleSkaanes/telescope-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telescope-plugins

Telescope-plugins is a small telescope extension, that lets you list all of your installed packer plugins. You can fuzzy search and select a plugin, to open the github repo in your browser.

This is the first nvim plugin I have made, so expect errors.

Dependencies

Installation

Currently, this only works with packer

use 'AtleSkaanes/telescope-plugins'

Usage

When it is installed, you need to bind the extension to telescope

require('telescope').load_extension('telescopeplugins')

Optionally, you can bind it to a custom keymapping (There is none by default). Here is an example of a remap:

vim.keymap.set('n', '<leader>p', "<Cmd>lua require('telescope').extensions.telescopeplugins.ListPlugins()<CR>", {}))

Support

  • Packer support
  • Lazy.nvim support
  • Plug support
  • Dein support

About

A small telescope extension made to show your installed packer extensions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages