Skip to content

nvim-telescope/telescope-vimspector.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages