nvim-dap-ui

A UI for nvim-dap

MIT License

Stars
2.6K
Committers
42

Bot releases are visible (Hide)

nvim-dap-ui - v3.3.0

Published by github-actions[bot] over 1 year ago

3.3.0 (2023-02-07)

Features

nvim-dap-ui - v3.2.5

Published by github-actions[bot] over 1 year ago

3.2.5 (2023-01-31)

Bug Fixes

nvim-dap-ui - v3.2.4

Published by github-actions[bot] over 1 year ago

3.2.4 (2023-01-31)

Bug Fixes

  • client: refresh breakpoints on session (17a42c6), closes #222
nvim-dap-ui - v3.2.3

Published by github-actions[bot] over 1 year ago

3.2.3 (2023-01-29)

Bug Fixes

  • repl: handle REPL buffer being deleted (3953824), closes #218
nvim-dap-ui - v3.2.2

Published by github-actions[bot] over 1 year ago

3.2.2 (2023-01-28)

Bug Fixes

  • config: merge element mappings (e26fba0), closes #216
nvim-dap-ui - v3.2.1

Published by github-actions[bot] over 1 year ago

3.2.1 (2023-01-28)

Bug Fixes

  • allow multiple setup calls (b67df85)
  • threads: check session exists (fc48a44), closes #218
nvim-dap-ui - v3.2.0

Published by github-actions[bot] over 1 year ago

3.2.0 (2023-01-27)

Features

  • watches: add visual/cexpr expression (ed2c345), closes #160
nvim-dap-ui - v3.1.0

Published by github-actions[bot] over 1 year ago

3.1.0 (2023-01-27)

Features

  • allow disabling forced buffers (b2fdea8), closes #212
nvim-dap-ui - v3.0.1

Published by github-actions[bot] over 1 year ago

3.0.1 (2023-01-26)

Bug Fixes

  • set buffers to unlisted (b3b9770)
nvim-dap-ui - v3.0.0

Published by github-actions[bot] over 1 year ago

3.0.0 (2023-01-26)

Bug Fixes

  • console: check mode before autoscroll (6508d5f), closes #205
  • highlights: 0.8 check (f7fc98e), closes #181
  • highlights: handle winbar group not found (aec0163), closes #177
  • highlights: misc fixes neovim 0.8+ (#180) (54365d2)

Features

BREAKING CHANGES

  • Merged config field windows into render

Introduces a new API to more easily handle programmatic control of elements.

Also embeds an async library (which will be migrated to a separate plugin in
future) which aims to be compatible with the upcoming core async implementation

See: https://github.com/neovim/neovim/issues/19624

nvim-dap-ui - v2.6.0

Published by github-actions[bot] almost 2 years ago

2.6.0 (2022-11-13)

Features

  • uniformly styled icons for dapui.controls (#167) (1e21b3b)
nvim-dap-ui - v2.5.0

Published by github-actions[bot] almost 2 years ago

2.5.0 (2022-11-08)

Features

  • highlights: float normal group (d7a9f03), closes #166
nvim-dap-ui - v2.4.0

Published by github-actions[bot] almost 2 years ago

2.4.0 (2022-11-05)

Features

nvim-dap-ui - v2.3.0

Published by github-actions[bot] almost 2 years ago

2.3.0 (2022-11-03)

Bug Fixes

  • controls: use fileype autocmd to set winbar (f889edb), closes #156
  • ignore setup if config.controls.element is empty (#155) (5e1bf2d)

Features

nvim-dap-ui - v2.2.0

Published by github-actions[bot] almost 2 years ago

2.2.0 (2022-10-26)

Features

nvim-dap-ui - v2.1.2

Published by github-actions[bot] almost 2 years ago

2.1.2 (2022-10-26)

Bug Fixes

  • use vim.log.level enums for vim.notify lvls (#159) (31a0668)
nvim-dap-ui - v2.1.1

Published by github-actions[bot] almost 2 years ago

2.1.1 (2022-10-20)

Bug Fixes

  • threads: handle no current frame (0a63115), closes #138
nvim-dap-ui - v2.1.0

Published by github-actions[bot] about 2 years ago

2.1.0 (2022-10-01)

Features

  • change setup warning to debug (c8ce83a)
nvim-dap-ui - v2.0.0

Published by github-actions[bot] about 2 years ago

2.0.0 (2022-09-25)

Bug Fixes

  • float: prevent error when opening empty float. (#143) (98d57ce)

Features

  • hover: edit evaluated expression (922a347), closes #139

BREAKING CHANGES

  • hover: Previously the edit mapping would edit the value of the
    expression being evaluated. In the context of a hover this makes less
    sense and is far less likely to be the use case than changing what is
    being evaluated.
nvim-dap-ui - v1.6.0

Published by github-actions[bot] about 2 years ago

1.6.0 (2022-09-20)

Features