Commit Graph

17 Commits (f81509ae9ec10922132e7cd5a275e0507d364ac7)

Author SHA1 Message Date
Carlos Calla Alarcón f81509ae9e Update remaining Mason's old address (#1530) 1 week ago
Brian Lehrer 6246e57873
handle cancellation
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
1 week ago
Brian Lehrer c44ae63f04
declare vim.ui.select opt `format_item`
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
1 week ago
Brian Lehrer 9a66c74623
lazily init empty breakpoint
Instead of creating an empty object to fill, only create one if no match is found.

Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
1 week ago
Brian Lehrer 87fe216eeb refactor to use no magic numbers 2 months ago
Brian Lehrer 479cb6e4d9 feat: Enhances breakpoint editing
The keymapping `<leader>B` is now configured to guide users through the
process of adding a `condition`, `hitCondition`, and `logMessage` to a
breakpoint.
2 months ago
Anjishnu Banerjee 9dfb1b230f
Fix nvim-dap not lazy loading (#1216)
* Fix nvim-dap not lazy loading

The keys property had local variables 'dap' and 'dap-ui' that used `require` and prevented all DAP related plugins from lazy-loading.
Fixed this by changing keys to a table and substituting the local variables with a lamba function

* Make debug keybind descriptions more consistent
8 months ago
gloomy-lemon-debatable be678aa341
Set breakpoint icons and their highlight colors (#1194)
* feat: Set breakpoint icons and their highlight colors

* docs: Delete reference URL (written in PR)
feat: "Break" and "Stop" arguments of vim.api.nvim_set_hl are changed because they are too common nouns
feat: Comment out changes regarding diagnostic symbols so that only those who want to change them can do so

---------

Co-authored-by: name <email>
8 months ago
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 12 months ago
Per Malmberg 5aeddfdd5d
Automatically set detached state as needed. (#925)
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
1 year ago
Smig b9bd02d55b
fix: debug.lua (#918) 1 year ago
José Miguel Sarasola 773e482d4b
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
1 year ago
Juan Giordana c45b17ebab Add descriptions for debugging keybindings.
Add descriptions for debugging key bindings.

Improve formatting by changing double quotes to single quotes in order
to keep compatibility with the rest of the kickstart.nvim project.
2 years ago
Keiwan Jamaly e78ad01dd2
Added disconnect emoji for nvim-dap-ui 2 years ago
SamPosh 9004013a8d
Dapui.toggle is added 2 years ago
Kai Windle c19fe7af24
mason nvim dap 2.0 removed setup_handlers() (#258) 2 years ago
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2 years ago