nvim-telescope / telescope-vimspector.nvim

Integration for vimspector with telescope.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telescope-vimspector.nvim

Integration for vimspector with telescope.nvim

Demo

Demo

Requirements

Installation

Plug 'nvim-telescope/telescope-vimspector.nvim'

Load the extension by doing:

require("telescope").load_extension("vimspector")

somewhere after your require('telescope').setup() call.

Usage

Fuzzy find over vimspector configurations:

require('telescope').extensions.vimspector.configurations()

or

:Telescope vimspector configurations

About

Integration for vimspector with telescope.nvim

License:MIT License


Languages

Language:Lua 100.0%