<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/home/.config/nvim/lua/custom/plugins/search.lua, branch master</title>
<subtitle>My linux config and rc files
</subtitle>
<id>https://git.strisemarx.com/dotfiles/atom?h=master</id>
<link rel='self' href='https://git.strisemarx.com/dotfiles/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/'/>
<updated>2026-04-17T09:53:11Z</updated>
<entry>
<title>refactor: flatten custom/plugins/ to plugins/</title>
<updated>2026-04-17T09:53:11Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:11Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=fcab70e06325f123030a9442aef001707a603950'/>
<id>urn:sha1:fcab70e06325f123030a9442aef001707a603950</id>
<content type='text'>
Rename lua/custom/plugins/ to lua/plugins/ following the standard lazy.nvim
convention. The extra custom/ nesting added no value. Update import path in
init.lua accordingly.
</content>
</entry>
<entry>
<title>fix: disambiguate duplicate localleader-gc keymaps</title>
<updated>2026-04-17T09:53:04Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=28a15408e9fe3ceb8a66ef2750b111101879d6f8'/>
<id>urn:sha1:28a15408e9fe3ceb8a66ef2750b111101879d6f8</id>
<content type='text'>
Both git_bcommits and git_bcommits_range were bound to &lt;localleader&gt;gc,
with the second silently shadowing the first. Split by mode: normal for
buffer commits, visual for range commits.
</content>
</entry>
<entry>
<title>fix: correct undefined FzfLua global to lowercase fzflua</title>
<updated>2026-04-17T09:53:04Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=83018a0c318bbac4aaee6d205a1abc7c3deabf54'/>
<id>urn:sha1:83018a0c318bbac4aaee6d205a1abc7c3deabf54</id>
<content type='text'>
FzfLua.actions.file_split references undefined global. The local variable
is named fzflua (lowercase). This caused a runtime error when pressing
ctrl-x in any fzf-lua file picker.
</content>
</entry>
<entry>
<title>refactor(nvim): rename telescope.lua to search.lua</title>
<updated>2026-04-17T09:53:00Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=83a1232f6bb7d4b20c0cfa50b3a0a769517675ea'/>
<id>urn:sha1:83a1232f6bb7d4b20c0cfa50b3a0a769517675ea</id>
<content type='text'>
The file contains fzf-lua configuration, not telescope.
Name now reflects actual content.
</content>
</entry>
</feed>
