Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 619 Bytes

🔭 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()