<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvimrc/fnl/nvrc/macro, branch overhaul</title>
<subtitle>Fennel neovim configuration</subtitle>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/'/>
<entry>
<title>feat(macro/toolkit): allow passing arguments in vlua</title>
<updated>2024-12-17T02:00:24+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2024-12-17T01:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=2ce25b32e37d1d58f09c37ab46cd346adc148dd5'/>
<id>2ce25b32e37d1d58f09c37ab46cd346adc148dd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(macro/pack): don't pass empty set to setup</title>
<updated>2024-04-12T14:31:36+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2024-04-12T07:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=f1a3b40d306b249764e1cd0c1108fef4c8a83194'/>
<id>f1a3b40d306b249764e1cd0c1108fef4c8a83194</id>
<content type='text'>
This commit fixes a bug where some plugins will not behave correctly
when configured with `:init`, as it essentially overrided all of the
default settings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes a bug where some plugins will not behave correctly
when configured with `:init`, as it essentially overrided all of the
default settings.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(pack)!: use lazy.nvim</title>
<updated>2023-10-01T11:43:55+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2023-10-01T11:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=22476d08ae70f91bfd5fed6cead99f5a7b8e011d'/>
<id>22476d08ae70f91bfd5fed6cead99f5a7b8e011d</id>
<content type='text'>
This commit replaces packer.nvim with lazy.nvim to make the lazy-load
based package management painless, with lazy.nvim's automatic module
lazy-loading and lockfile support.

Squashed commit of the following:

commit 4b972111b3f91f0b385a6d58640c7751ff8ecd22
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 20:43:42 2023 +0900

    wip: remove leftover mentions to packer.nvim

commit 536106e405b9ec20084b9735a937e80699cdcbb8
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 20:33:44 2023 +0900

    wip: get rid of luarocks macros

commit 6cf35948e4a3081446a9c9414bf350661444df72
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 20:18:51 2023 +0900

    wip: working lazy.nvim checkpoint

commit 407056efd6de976b4d91162c70e3b49cca17664e
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 13:38:43 2023 +0900

    wip: replace packer.nvim with lazy.nvim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit replaces packer.nvim with lazy.nvim to make the lazy-load
based package management painless, with lazy.nvim's automatic module
lazy-loading and lockfile support.

Squashed commit of the following:

commit 4b972111b3f91f0b385a6d58640c7751ff8ecd22
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 20:43:42 2023 +0900

    wip: remove leftover mentions to packer.nvim

commit 536106e405b9ec20084b9735a937e80699cdcbb8
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 20:33:44 2023 +0900

    wip: get rid of luarocks macros

commit 6cf35948e4a3081446a9c9414bf350661444df72
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 20:18:51 2023 +0900

    wip: working lazy.nvim checkpoint

commit 407056efd6de976b4d91162c70e3b49cca17664e
Author: sefidel &lt;contact@sefidel.net&gt;
Date:   Sun Oct 1 13:38:43 2023 +0900

    wip: replace packer.nvim with lazy.nvim
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(macro/event): use lua API</title>
<updated>2022-03-10T22:49:36+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-03-10T22:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=de95ea87833f04611329339c80d723bde696093f'/>
<id>de95ea87833f04611329339c80d723bde696093f</id>
<content type='text'>
* fixes #5
* datwaft/nvim.conf 1067340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixes #5
* datwaft/nvim.conf 1067340
</pre>
</div>
</content>
</entry>
<entry>
<title>feat!: UI rewrite</title>
<updated>2022-03-06T11:44:10+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-03-06T11:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=f98bb630c4bc3562749ffe6b5d18c6a06955af36'/>
<id>f98bb630c4bc3562749ffe6b5d18c6a06955af36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(pack)!: remove defer_unpack</title>
<updated>2022-02-26T23:54:20+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-02-26T23:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=6efe58573cc658de42f9ad6911002e3e8eab189a'/>
<id>6efe58573cc658de42f9ad6911002e3e8eab189a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(macro)!: use macro for highlighting</title>
<updated>2022-02-26T15:32:05+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-02-26T15:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=36f342ad71fdfdb8444ae9723ed4e383d57d82fb'/>
<id>36f342ad71fdfdb8444ae9723ed4e383d57d82fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat!: reduce bloatness</title>
<updated>2022-02-26T05:17:47+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-02-26T04:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=4152f871951afdede2db2a08acff85aea2999c06'/>
<id>4152f871951afdede2db2a08acff85aea2999c06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(macro)!: use more standard name for autocmd/groups</title>
<updated>2022-02-19T10:10:16+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-02-19T10:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=55e022631c16fbcda4cd7d2b2785eb30790a9649'/>
<id>55e022631c16fbcda4cd7d2b2785eb30790a9649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: follow editorconfig</title>
<updated>2022-02-17T04:37:43+00:00</updated>
<author>
<name>sefidel</name>
<email>contact@sefidel.net</email>
</author>
<published>2022-02-17T04:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.exotic.sh/pub/sefidel/nvimrc/commit/?id=2933e1a507071036b19c745b3162908458798558'/>
<id>2933e1a507071036b19c745b3162908458798558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
