Skip to content

ofirgall/goto-breakpoints.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Goto breakpoints

Simple plugin to cycle between nvim-dap's breakpoints and jump to current stopped line with keymappings.

Install

Using packer.nvim

use 'ofirgall/goto-breakpoints.nvim'

Usage

local map = vim.keymap.set
map('n', ']d', require('goto-breakpoints').next, {})
map('n', '[d', require('goto-breakpoints').prev, {})
map('n', ']S', require('goto-breakpoints').stopped, {})

About

Cycle between breakpoints with keymappings for nvim-dap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages