<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-config/plugin/50-color.lua, branch dev</title>
<subtitle>Neovim configuration</subtitle>
<id>http://git.tvcloud.fr/nvim-config/atom/plugin/50-color.lua?h=dev</id>
<link rel='self' href='http://git.tvcloud.fr/nvim-config/atom/plugin/50-color.lua?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/'/>
<updated>2026-06-29T23:24:14Z</updated>
<entry>
<title>feat(terminal): follow output by default with :TerminalFollow toggle</title>
<updated>2026-06-29T23:24:14Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-29T23:24:14Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=9466f9ae9825a7f1ee7bbbee3d1e3b423d06f0f4'/>
<id>urn:sha1:9466f9ae9825a7f1ee7bbbee3d1e3b423d06f0f4</id>
<content type='text'>
When follow mode is on for a terminal buffer, leaving terminal mode
jumps to the bottom (G) so the view tracks the latest output. It is a
buffer-scoped toggle, on by default for new terminals.

- Add :TerminalFollow command and &lt;Leader&gt;F mapping toggling
  vim.b.terminal_follow
- A TermLeave autocmd does the G when the flag is set; TermOpen enables
  it by default
- Show the state as a +T flag in the statusline
</content>
</entry>
<entry>
<title>feat(git): replace vim-gitgutter with gitsigns.nvim</title>
<updated>2026-06-29T15:45:53Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-29T15:45:01Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=0e8b2a4a160d4c72b9de345ec81c5e8d540f39ca'/>
<id>urn:sha1:0e8b2a4a160d4c72b9de345ec81c5e8d540f39ca</id>
<content type='text'>
Swap the diff-sign plugin for gitsigns.

Point lualine's diff component at gitsigns' status dict instead of
letting it spawn its own git diff.
</content>
</entry>
<entry>
<title>refactor(nvim): restructure plugin configs, fix OSV launch port</title>
<updated>2026-06-25T05:44:15Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-25T05:44:15Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=fb3587e51e0908c3d43722c55741cf6a386e39ce'/>
<id>urn:sha1:fb3587e51e0908c3d43722c55741cf6a386e39ce</id>
<content type='text'>
- rewrite the file headers as block comments and regroup the
  autocompletion and dap files into Settings / Autocommands / Keymaps
  sections
- fix `OSVLaunch`: `dap.configurations.lua.port` was nil (the field is
  a list), so the server ignored 8086; share an `OSV_PORT` constant
  between the launch call and the attach configuration
- `.luarc.json`: list each plugin directory explicitly so lua_ls loads
  their type annotations
- use `vim.fs.basename` instead of `vim.fn.fnamemodify(…, ":t")`
</content>
</entry>
<entry>
<title>feat(nvim): opt-in autoreload of buffers changed outside Neovim</title>
<updated>2026-06-25T03:35:15Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-25T03:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=c22fab35706facfa780b800b4dc72559f0ac6c60'/>
<id>urn:sha1:c22fab35706facfa780b800b4dc72559f0ac6c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): don't show LSP hint by default, add command to toggle</title>
<updated>2026-06-24T19:14:06Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-24T19:05:42Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=b0130288e93e00d5f37a5cf70bc8920216600aa7'/>
<id>urn:sha1:b0130288e93e00d5f37a5cf70bc8920216600aa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(nvim): rewrite highlight (now color) plugin</title>
<updated>2026-06-24T18:57:15Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-24T18:57:15Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=49622e90708ae0987153a6e2beed967217ff2721'/>
<id>urn:sha1:49622e90708ae0987153a6e2beed967217ff2721</id>
<content type='text'>
</content>
</entry>
</feed>
