<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dots/nvim/.gitignore, 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>nvim: Remove lazy-lock.json from gitignore as recommended</title>
<updated>2025-03-15T23:06:53+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-03-15T23:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=92a3cef3e15dc23b1ed68265e77f50c290482e0e'/>
<id>92a3cef3e15dc23b1ed68265e77f50c290482e0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)</title>
<updated>2024-02-26T15:03:53+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2024-02-26T15:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=4071939be002b015a5846517b16778aabe17f0d6'/>
<id>4071939be002b015a5846517b16778aabe17f0d6</id>
<content type='text'>
We've removed over 1/3 of the code that was in kickstart previously,
and more than doubled the amount of comments explaining every line
of code (to the best of my ability).

kickstart now properly uses many of the lazy.nvim config and loading
idioms, which should be really helpful for people moving both to
modular configs, as well as extending the kickstart config in one file.

Additional features:
- Beautiful ascii art
- Added some documentation that explains what is an LSP, what is telescope, etc
- There is now a `:checkhealth` for kickstart, which checks some basic information
  and adds useful information for maintainers (for people cloning the repo).
- Improved LSP configuration and tool installation, for easier first time startup
- Changed init.lua ordering, so that it moves from simple options to complicated config

```
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                              1            108            404            298
-------------------------------------------------------------------------------
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've removed over 1/3 of the code that was in kickstart previously,
and more than doubled the amount of comments explaining every line
of code (to the best of my ability).

kickstart now properly uses many of the lazy.nvim config and loading
idioms, which should be really helpful for people moving both to
modular configs, as well as extending the kickstart config in one file.

Additional features:
- Beautiful ascii art
- Added some documentation that explains what is an LSP, what is telescope, etc
- There is now a `:checkhealth` for kickstart, which checks some basic information
  and adds useful information for maintainers (for people cloning the repo).
- Improved LSP configuration and tool installation, for easier first time startup
- Changed init.lua ordering, so that it moves from simple options to complicated config

```
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Lua                              1            108            404            298
-------------------------------------------------------------------------------
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lazy-lock.json from .gitignore</title>
<updated>2023-09-27T23:44:03+00:00</updated>
<author>
<name>Anthony Fiddes</name>
<email>11233666+Anthony-Fiddes@users.noreply.github.com</email>
</author>
<published>2023-09-27T23:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=a3481756f913f44bca683b3c11898fa324272d84'/>
<id>a3481756f913f44bca683b3c11898fa324272d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: move to lazy.nvim package manager and add first plugins (#178)</title>
<updated>2023-02-17T21:31:57+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2023-02-17T21:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=66e7a6c077345ddef82ed252228901e3032d7cef'/>
<id>66e7a6c077345ddef82ed252228901e3032d7cef</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>move server config to easy to extend style (#71)</title>
<updated>2022-12-21T03:12:39+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2022-12-21T03:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=cd945b9cf50fdf7ae7cd61d6de7836c8ed2676c9'/>
<id>cd945b9cf50fdf7ae7cd61d6de7836c8ed2676c9</id>
<content type='text'>
Move servers to new configuration style.

I will probably cover this in a new shorter video, or maybe in combination with something else.
This should hopefully remove  getting so many people making issues about LSPs that they don't want to.

I can update documentation if what is happening is not clear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move servers to new configuration style.

I will probably cover this in a new shorter video, or maybe in combination with something else.
This should hopefully remove  getting so many people making issues about LSPs that they don't want to.

I can update documentation if what is happening is not clear.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup: add gitignore and style</title>
<updated>2022-12-07T02:18:43+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2022-12-07T02:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=22010d7077c3cf04caaa8b5cb60e6d795b6401ad'/>
<id>22010d7077c3cf04caaa8b5cb60e6d795b6401ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reformat to reduce merge conflicts and add fidget</title>
<updated>2022-11-19T02:04:04+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2022-11-19T02:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=65caa2c4cd149d250dbc4c42f9f1b466aac16b7e'/>
<id>65caa2c4cd149d250dbc4c42f9f1b466aac16b7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: kickstart.nvim</title>
<updated>2022-06-24T03:35:53+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2022-06-24T03:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/dots/commit/?id=c61ec6b145e36c1bf3bc07b3e5fb5652b3d2fa70'/>
<id>c61ec6b145e36c1bf3bc07b3e5fb5652b3d2fa70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
