<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dots/nvim/lua/kickstart/plugins/debug.lua, branch main</title>
<subtitle>A collection of configuration settings for programs and utility scripts I use.</subtitle>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/'/>
<entry>
<title>Update remaining Mason's old address (#1530)</title>
<updated>2025-05-22T21:10:04+00:00</updated>
<author>
<name>Carlos Calla Alarcón</name>
<email>calla.alarcon@gmail.com</email>
</author>
<published>2025-05-22T21:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=cc5c736fae98e6bb4526aedac1bd23065f07efb7'/>
<id>cc5c736fae98e6bb4526aedac1bd23065f07efb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nvim-dap not lazy loading (#1216)</title>
<updated>2024-11-20T13:40:51+00:00</updated>
<author>
<name>Anjishnu Banerjee</name>
<email>107052359+kaezrr@users.noreply.github.com</email>
</author>
<published>2024-11-20T13:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=f72b2cdbeed166399734f40685bbcc403b02ecf0'/>
<id>f72b2cdbeed166399734f40685bbcc403b02ecf0</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Set breakpoint icons and their highlight colors (#1194)</title>
<updated>2024-10-30T17:01:42+00:00</updated>
<author>
<name>gloomy-lemon-debatable</name>
<email>91877885+gloomy-lemon-debatable@users.noreply.github.com</email>
</author>
<published>2024-10-30T17:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=f87d83db21ae2b46fb4135838273da77fd59815b'/>
<id>f87d83db21ae2b46fb4135838273da77fd59815b</id>
<content type='text'>
* 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 &lt;email&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;email&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make debug lazy loadable (#978)</title>
<updated>2024-07-21T20:24:57+00:00</updated>
<author>
<name>Vladislav Grechannik</name>
<email>52157081+VlaDexa@users.noreply.github.com</email>
</author>
<published>2024-07-21T20:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=c5a15d296f988b7f4b8ce7f51b3dafebe1f02c66'/>
<id>c5a15d296f988b7f4b8ce7f51b3dafebe1f02c66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically set detached state as needed. (#925)</title>
<updated>2024-05-10T17:43:22+00:00</updated>
<author>
<name>Per Malmberg</name>
<email>PerMalmberg@users.noreply.github.com</email>
</author>
<published>2024-05-10T17:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=021dafa2d61cdbe6d38ea2357d71dc63f64a38ec'/>
<id>021dafa2d61cdbe6d38ea2357d71dc63f64a38ec</id>
<content type='text'>
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: debug.lua (#918)</title>
<updated>2024-05-08T14:55:49+00:00</updated>
<author>
<name>Smig</name>
<email>89040888+smiggiddy@users.noreply.github.com</email>
</author>
<published>2024-05-08T14:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=71de8d408c0665b703ddb6a35f33a899601eb1aa'/>
<id>71de8d408c0665b703ddb6a35f33a899601eb1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nvim-nio as dependency for nvim-dap-ui (#774)</title>
<updated>2024-03-18T21:38:14+00:00</updated>
<author>
<name>José Miguel Sarasola</name>
<email>alosarjos@gmail.com</email>
</author>
<published>2024-03-18T21:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=743e3dba54ac19e45f6d0d946fae184b99f6cb8a'/>
<id>743e3dba54ac19e45f6d0d946fae184b99f6cb8a</id>
<content type='text'>
It's a dependency now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a dependency now
</pre>
</div>
</content>
</entry>
<entry>
<title>Add descriptions for debugging keybindings.</title>
<updated>2023-06-18T03:21:28+00:00</updated>
<author>
<name>Juan Giordana</name>
<email>juangiordana@gmail.com</email>
</author>
<published>2023-06-18T03:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=2303bbace145d3c0b3fbce4956b8cf910fe786cc'/>
<id>2303bbace145d3c0b3fbce4956b8cf910fe786cc</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added disconnect emoji for nvim-dap-ui</title>
<updated>2023-04-26T15:37:48+00:00</updated>
<author>
<name>Keiwan Jamaly</name>
<email>33158209+keiwanjamaly@users.noreply.github.com</email>
</author>
<published>2023-04-26T15:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=d9aeb624ce27195823a7277496ed545c7b583373'/>
<id>d9aeb624ce27195823a7277496ed545c7b583373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dapui.toggle is added</title>
<updated>2023-04-24T11:10:07+00:00</updated>
<author>
<name>SamPosh</name>
<email>samselvaprabu@gmail.com</email>
</author>
<published>2023-04-24T11:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=b505f0f3aa8cc4b571efe38129200139dd8c2d54'/>
<id>b505f0f3aa8cc4b571efe38129200139dd8c2d54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
