<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dots/nvim/lua/kickstart, 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>don't lazy-load neo-tree so netrw hijacking on startup works (#1489)</title>
<updated>2025-05-11T00:18:04+00:00</updated>
<author>
<name>pynappo</name>
<email>lehtien.david@gmail.com</email>
</author>
<published>2025-05-11T00:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=1a7f6ca9ca8bc2dcfd54a1393f0c50950d7e46d4'/>
<id>1a7f6ca9ca8bc2dcfd54a1393f0c50950d7e46d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace vim.opt with vim.o (#1495)</title>
<updated>2025-05-11T00:16:03+00:00</updated>
<author>
<name>Ori Perry</name>
<email>48057913+oriori1703@users.noreply.github.com</email>
</author>
<published>2025-05-11T00:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=a29ae2c5108cafb4d926946bd911005f7a9bb309'/>
<id>a29ae2c5108cafb4d926946bd911005f7a9bb309</id>
<content type='text'>
* Replace vim.opt with vim.o

Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)

* Add type hint for vim.opt.rtp

* Add a comment about using vim.opt instead of vim.o
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace vim.opt with vim.o

Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)

* Add type hint for vim.opt.rtp

* Add a comment about using vim.opt instead of vim.o
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: switch nvim-cmp for blink.cmp (#1426)</title>
<updated>2025-04-09T21:25:57+00:00</updated>
<author>
<name>Liam Dyer</name>
<email>liamcdyer@gmail.com</email>
</author>
<published>2025-04-09T21:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=afb04695977c300478b42e06c78c656358616df3'/>
<id>afb04695977c300478b42e06c78c656358616df3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix (#1319): gitsigns deprecated functions (#1321)</title>
<updated>2025-02-15T05:48:37+00:00</updated>
<author>
<name>Erlan Rangel</name>
<email>erlanrangel@gmail.com</email>
</author>
<published>2025-02-15T05:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=67ca21c816a5de5c7a77f3296797528edf9d8e20'/>
<id>67ca21c816a5de5c7a77f3296797528edf9d8e20</id>
<content type='text'>
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266)</title>
<updated>2024-12-15T05:42:39+00:00</updated>
<author>
<name>Scott Swensen</name>
<email>git@scottswensen.com</email>
</author>
<published>2024-12-15T05:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=2800e44fb246bae2f2b85e0351e7796d9310660a'/>
<id>2800e44fb246bae2f2b85e0351e7796d9310660a</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>Disable linting autocmd for readonly buffers (#1202)</title>
<updated>2024-10-30T15:41:46+00:00</updated>
<author>
<name>Éric NICOLAS</name>
<email>ccjmne@gmail.com</email>
</author>
<published>2024-10-30T15:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=74f8a1dc12908aa3041e53aae7b305827fb8a72f'/>
<id>74f8a1dc12908aa3041e53aae7b305827fb8a72f</id>
<content type='text'>
* Disable linting autocmd for readonly buffers

This should avoid linting in buffers outside of the user's control,
having in mind especially the handy LSP pop-ups that describe your
hovered symbol using markdown.

Co-authored-by: Robin Gruyters &lt;2082795+rgruyters@users.noreply.github.com&gt;

* Justify guarding try_lint in readonly buffers

Co-authored-by: Robin Gruyters &lt;2082795+rgruyters@users.noreply.github.com&gt;

---------

Co-authored-by: Robin Gruyters &lt;2082795+rgruyters@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disable linting autocmd for readonly buffers

This should avoid linting in buffers outside of the user's control,
having in mind especially the handy LSP pop-ups that describe your
hovered symbol using markdown.

Co-authored-by: Robin Gruyters &lt;2082795+rgruyters@users.noreply.github.com&gt;

* Justify guarding try_lint in readonly buffers

Co-authored-by: Robin Gruyters &lt;2082795+rgruyters@users.noreply.github.com&gt;

---------

Co-authored-by: Robin Gruyters &lt;2082795+rgruyters@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable silent option for default neo-tree plugin keybinding (#1108)</title>
<updated>2024-08-26T03:23:17+00:00</updated>
<author>
<name>Bayram Kazik</name>
<email>48856944+bayramkzk@users.noreply.github.com</email>
</author>
<published>2024-08-26T03:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=940a1750597227aa793187ca30bb70a9716807a5'/>
<id>940a1750597227aa793187ca30bb70a9716807a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
