summaryrefslogtreecommitdiffstats
path: root/nvim/lua/kickstart/plugins/debug.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix nvim-dap not lazy loading (#1216)Anjishnu Banerjee2024-11-201-22/+53
| | | | | | | | | * 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
* Set breakpoint icons and their highlight colors (#1194)gloomy-lemon-debatable2024-10-301-0/+12
| | | | | | | | | | | | * 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>
* Make debug lazy loadable (#978)Vladislav Grechannik2024-07-211-13/+22
|
* Automatically set detached state as needed. (#925)Per Malmberg2024-05-101-1/+7
| | | | | | | | * Automatically set detached state as needed. * Use vim.fn.has instead. * Fix int vs bool.
* fix: debug.lua (#918)Smig2024-05-081-1/+1
|
* Add nvim-nio as dependency for nvim-dap-ui (#774)José Miguel Sarasola2024-03-181-0/+3
| | | | It's a dependency now
* Add descriptions for debugging keybindings.Juan Giordana2023-06-181-10/+11
| | | | | | | 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.
* Added disconnect emoji for nvim-dap-uiKeiwan Jamaly2023-04-261-0/+1
|
* Dapui.toggle is addedSamPosh2023-04-241-1/+3
|
* mason nvim dap 2.0 removed setup_handlers() (#258)Kai Windle2023-04-121-6/+4
|
* feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries2023-02-171-0/+85
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