<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-config/plugin, branch master</title>
<subtitle>Neovim configuration</subtitle>
<id>http://git.tvcloud.fr/nvim-config/atom/plugin?h=master</id>
<link rel='self' href='http://git.tvcloud.fr/nvim-config/atom/plugin?h=master'/>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/'/>
<updated>2026-06-25T05:44:15Z</updated>
<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>feat(nvim): follow &lt;scheme://…&gt; autolinks with gf</title>
<updated>2026-06-25T03:35:07Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-25T03:04:15Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=d8654076282df55d425b2e4fa0be9355bde6b928'/>
<id>urn:sha1:d8654076282df55d425b2e4fa0be9355bde6b928</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): rename file</title>
<updated>2026-06-25T00:47:12Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-25T00:23:07Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=3ac4a7ef1b7347c06b67f8e51067aaf94ac39adc'/>
<id>urn:sha1:3ac4a7ef1b7347c06b67f8e51067aaf94ac39adc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(nvim): fix markdown autopairs</title>
<updated>2026-06-25T00:47:12Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-25T00:00:12Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=ea5103d81eb05fe4338f8c8e70dbc6752352b91c'/>
<id>urn:sha1:ea5103d81eb05fe4338f8c8e70dbc6752352b91c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(nvim): rewrite extmark plugin</title>
<updated>2026-06-24T19:46:04Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-24T19:46:04Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=7bcf47b6349f7077b4b6605952a5f48388f18abe'/>
<id>urn:sha1:7bcf47b6349f7077b4b6605952a5f48388f18abe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(nvim): rewrite formatter plugin</title>
<updated>2026-06-24T19:24:54Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-24T19:24:54Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=d5887f31a416034300a8675d8883d615b31ced83'/>
<id>urn:sha1:d5887f31a416034300a8675d8883d615b31ced83</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>docs(nvim): edit comment</title>
<updated>2026-06-24T18:57:49Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-24T18:57:49Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=0ea43875b7dc5c43e372c9bf9b666486c2d56df8'/>
<id>urn:sha1:0ea43875b7dc5c43e372c9bf9b666486c2d56df8</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>
