<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/.config/nvim/plugin/50-git.lua, branch kde</title>
<subtitle>Personal dotfiles</subtitle>
<id>http://git.tvcloud.fr/dotfiles/atom/.config/nvim/plugin/50-git.lua?h=kde</id>
<link rel='self' href='http://git.tvcloud.fr/dotfiles/atom/.config/nvim/plugin/50-git.lua?h=kde'/>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/'/>
<updated>2026-06-15T16:56:57Z</updated>
<entry>
<title>misc(nvim): replace 50-git.lua with vim-fugitive</title>
<updated>2026-06-15T16:56:57Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-15T16:55:04Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=981d82444e4722e7a1c0852e2b515876b2d64980'/>
<id>urn:sha1:981d82444e4722e7a1c0852e2b515876b2d64980</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/dotfiles/commit/?id=1734929edd6ceb47fcee53cb9d0a408b41dea14a'/>
<id>urn:sha1:1734929edd6ceb47fcee53cb9d0a408b41dea14a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(nvim): remap broken gitgutter mappings</title>
<updated>2026-06-07T15:26:26Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-07T13:06:03Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=d348c9693d182780a76eab98d67ae0c08e154090'/>
<id>urn:sha1:d348c9693d182780a76eab98d67ae0c08e154090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): remove git key mappings</title>
<updated>2026-06-07T12:18:13Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-07T12:18:13Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=7723562a368cd89ed1e3abf924a28ab662170e83'/>
<id>urn:sha1:7723562a368cd89ed1e3abf924a28ab662170e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(nvim): comment</title>
<updated>2026-06-02T14:50:35Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-02T14:50:35Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=e9983e660f23cf8a6c558ae5f5dd5da69a1ce4e1'/>
<id>urn:sha1:e9983e660f23cf8a6c558ae5f5dd5da69a1ce4e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): GitBlame displays in a floating window</title>
<updated>2026-06-02T14:18:00Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-02T14:18:00Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=718e2824f5d38063e6a1730779914b818b347e7a'/>
<id>urn:sha1:718e2824f5d38063e6a1730779914b818b347e7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(nvim): group vim.pack.add() calls</title>
<updated>2026-05-29T14:21:27Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-29T14:21:27Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=2c790a4b7abe1473f802cc5e408a1291e6ebb8ee'/>
<id>urn:sha1:2c790a4b7abe1473f802cc5e408a1291e6ebb8ee</id>
<content type='text'>
This is to avoid getting many prompts when launching nvim and installing
the packages initially.
</content>
</entry>
<entry>
<title>misc(nvim): reload buffer when its file changed on disk</title>
<updated>2026-05-22T09:46:08Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-22T09:46:08Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=1fb329fc26bfe119dd48b99dba300af87048a132'/>
<id>urn:sha1:1fb329fc26bfe119dd48b99dba300af87048a132</id>
<content type='text'>
Bump 'updatetime' to 1 second because it affects three things:
- swap file save frequency
- GitGutter signs update frequency
- CursorHold and CursorHoldI trigger frequency
100ms is too high of a frequency.

Enable focus events in tmux for nvim 'FocusGained' event,

Add two event handlers, one for updating the buffer with `checktime`,
another for logging a message when doing so.
</content>
</entry>
<entry>
<title>misc(nvim): GitBlame shows SHA1 and has better matching logic</title>
<updated>2026-05-22T09:02:52Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-22T09:02:52Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=fcc77a343ff2d76cab837e5af60e555753ddf75f'/>
<id>urn:sha1:fcc77a343ff2d76cab837e5af60e555753ddf75f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): add keymaps for GitGutter functions</title>
<updated>2026-05-21T14:16:23Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-21T14:16:23Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/dotfiles/commit/?id=2bdcbb46504b40cf8a205768c6ac5975c771b39c'/>
<id>urn:sha1:2bdcbb46504b40cf8a205768c6ac5975c771b39c</id>
<content type='text'>
</content>
</entry>
</feed>
