nvim-telescope / telescope-dap.nvim

Integration for nvim-dap with telescope.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telescope-dap.nvim

Integration for nvim-dap with telescope.nvim.

This plugin is also overriding dap internal ui, so running any dap command, which makes use of the internal ui, will result in a telescope prompt.

Requirements

Setup

You can setup the extension by doing

require('telescope').load_extension('dap')

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

Available commands

:Telescope dap commands
:Telescope dap configurations
:Telescope dap list_breakpoints
:Telescope dap variables
:Telescope dap frames

Available functions

require'telescope'.extensions.dap.commands{}
require'telescope'.extensions.dap.configurations{}
require'telescope'.extensions.dap.list_breakpoints{}
require'telescope'.extensions.dap.variables{}
require'telescope'.extensions.dap.frames{}

Customize Colors

Stack frames coming from external code (libraries) are highlighted with the "NvimDapSubtleFrame" highlight group (by default linked to "Comment").

About

Integration for nvim-dap with telescope.nvim

License:MIT License


Languages

Language:Lua 100.0%