nvim-dap-ui

A UI for nvim-dap

MIT License

Stars
2.6K
Committers
42

Bot releases are visible (Hide)

nvim-dap-ui - v0.19.0

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

0.19.0 (2021-09-01)

Bug Fixes

  • breakpoints: refresh on no breakpoints (fc5adb6), closes #52

Features

nvim-dap-ui - v0.18.3

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

0.18.3 (2021-09-01)

Bug Fixes

  • breakpoints: refresh on no breakpoints (707a86b), closes #6
nvim-dap-ui - v0.18.2

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

0.18.2 (2021-08-22)

Bug Fixes

  • repl: avoid clearing/deleting buffer (8f34bb2), closes #48
nvim-dap-ui - v0.18.1

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

0.18.1 (2021-08-15)

Bug Fixes

  • variables: handle changing child var ref (c9fc568), closes #47
nvim-dap-ui - v0.18.0

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

0.18.0 (2021-08-03)

Features

  • windows: close float mapping (90a4025), closes #43
nvim-dap-ui - v0.17.1

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

0.17.1 (2021-08-03)

Bug Fixes

  • windows: safely get window sizes (70c7b52)
nvim-dap-ui - v0.17.0

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

0.17.0 (2021-07-31)

Features

  • window layout config/persistence (#42) (a474089)
nvim-dap-ui - v0.16.0

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

0.16.0 (2021-07-31)

Features

  • replace print with vim.notify (c2bc70b)
nvim-dap-ui - v0.15.1

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

0.15.1 (2021-07-28)

Bug Fixes

  • schedule eval opening (84a0e57), closes #41
  • windows: close float on cursor moved (eb9d02c), closes #41
nvim-dap-ui - v0.15.0

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

0.15.0 (2021-07-27)

Bug Fixes

  • state: refresh watches on scopes (136e77f), closes #39

Features

nvim-dap-ui - v0.14.1

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

0.14.1 (2021-07-25)

Bug Fixes

nvim-dap-ui - v0.14.0

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

0.14.0 (2021-07-24)

Bug Fixes

  • state: handle nil frame on refresh (d7fefe6)
  • watches: backspace workaround (4610010), closes #36 #31
  • watches: set nomodified on render (ef0be7d)

Features

  • improved state management/components (#35) (977b6ce)
  • send to repl mapping (10a57a6)
nvim-dap-ui - v0.13.0

Published by github-actions[bot] over 3 years ago

0.13.0 (2021-06-29)

Features

nvim-dap-ui - v0.12.3

Published by github-actions[bot] over 3 years ago

0.12.3 (2021-06-19)

Bug Fixes

  • breakpoints: handle text not being found (be9e71d), closes #18
nvim-dap-ui - v0.12.2

Published by github-actions[bot] over 3 years ago

0.12.2 (2021-06-19)

Bug Fixes

  • exit insert before closing windows (098705f), closes #33
  • open tray by default (d4d6b1d)
nvim-dap-ui - v0.12.1

Published by github-actions[bot] over 3 years ago

0.12.1 (2021-06-16)

Bug Fixes

  • scopes: refresh nested values correctly (40160a6), closes #29
nvim-dap-ui - v0.12.0

Published by github-actions[bot] over 3 years ago

0.12.0 (2021-06-13)

Features

  • user setting for open on startup (ba2720d)
nvim-dap-ui - v0.11.4

Published by github-actions[bot] over 3 years ago

0.11.4 (2021-06-12)

Bug Fixes

  • stacks: handle missing path/name for source (5fdd5e2), closes #17
nvim-dap-ui - v0.11.3

Published by github-actions[bot] over 3 years ago

0.11.3 (2021-06-12)

Bug Fixes

  • async open float for correct position (c90af29), closes #21
nvim-dap-ui - v0.11.2

Published by github-actions[bot] over 3 years ago

0.11.2 (2021-06-12)

Bug Fixes

  • float: disable wrapping by default (fbfa611), closes #24