Skip to content

Display your `:scriptnames` in a Telescope picker.

License

Notifications You must be signed in to change notification settings

hugginsio/telescope-scriptnames.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔭 telescope-scriptnames.nvim

Display :scriptnames in a Telescope picker. Select to open the file in a new buffer.

Requirements

Configuration

Install using your favorite plugin manager. Whatever you choose, make sure you register it with Telescope:

require("telescope").load_extension "scriptnames"

Usage

Once loaded by Telescope, you can launch the picker with this command:

:Telescope scriptnames

Or, from Luascript:

require("telescope").extensions.scriptnames.scriptnames()