<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-config/lua/dotfiles/follow.lua, branch dev</title>
<subtitle>Neovim configuration</subtitle>
<id>http://git.tvcloud.fr/nvim-config/atom/lua/dotfiles/follow.lua?h=dev</id>
<link rel='self' href='http://git.tvcloud.fr/nvim-config/atom/lua/dotfiles/follow.lua?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/'/>
<updated>2026-06-24T15:02:52Z</updated>
<entry>
<title>refactor(nvim): rewrite goto plugin (now called follow)</title>
<updated>2026-06-24T15:02:52Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-24T14:54:10Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=42233850cef2e1b30dc6524e056f604c3b5d021b'/>
<id>urn:sha1:42233850cef2e1b30dc6524e056f604c3b5d021b</id>
<content type='text'>
`lua/dotfiles/follow.lua` provides an engine to register "followable
entities" like URL, wiki-links etc and can be easily expanded.

The engine provides a function to navigate between followable entities
and a function to edit them inside neovim.
</content>
</entry>
<entry>
<title>refactor(nvim): rename files and move code around</title>
<updated>2026-06-12T22:39:24Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-12T22:26:25Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=61d119a3e078066c9b0be56d422c92432f9f42b9'/>
<id>urn:sha1:61d119a3e078066c9b0be56d422c92432f9f42b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): reformat lua files to 100 char line width</title>
<updated>2026-06-12T20:57:34Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-12T15:02:54Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=527c8940bf710aac2e52e2041f148cab71b4a132'/>
<id>urn:sha1:527c8940bf710aac2e52e2041f148cab71b4a132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(nvim): follow plugin expands env vars for file names</title>
<updated>2026-06-09T08:07:31Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-09T08:07:31Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=3c3f2e685589bb028c2aa93e82d1668c393f8e16'/>
<id>urn:sha1:3c3f2e685589bb028c2aa93e82d1668c393f8e16</id>
<content type='text'>
Previously, the target of follow (`&lt;Leader&gt;gg` and related) was applying
`vim.fn.fnameescape()` in all cases, including the case when following a
file name. However, file names can contain environment variables which
are expanded by `:edit` but they are not parsed as environment variables
when escaped.
</content>
</entry>
<entry>
<title>docs: comment</title>
<updated>2026-06-09T07:59:17Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-09T07:59:17Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=76029787629ec3c6dfb28e3c6769110a092d9a13'/>
<id>urn:sha1:76029787629ec3c6dfb28e3c6769110a092d9a13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(nvim): extract follow engine into dotfiles.follow module</title>
<updated>2026-06-08T10:37:59Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-07T18:58:17Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=3b71d66f2a2066868c8f621753bc817cd07ecf74'/>
<id>urn:sha1:3b71d66f2a2066868c8f621753bc817cd07ecf74</id>
<content type='text'>
</content>
</entry>
</feed>
