<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-config/plugin/10-treesitter.lua, branch master</title>
<subtitle>Neovim configuration</subtitle>
<id>http://git.tvcloud.fr/nvim-config/atom/plugin/10-treesitter.lua?h=master</id>
<link rel='self' href='http://git.tvcloud.fr/nvim-config/atom/plugin/10-treesitter.lua?h=master'/>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/'/>
<updated>2026-06-25T00:47:12Z</updated>
<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>refactor(nvim): rewrite the highlight and extended marks plugins</title>
<updated>2026-06-12T20:57:30Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-12T14:58:39Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=ced6d974fc7debac76c32bac9cd131894bbccf61'/>
<id>urn:sha1:ced6d974fc7debac76c32bac9cd131894bbccf61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(nvim): edit comments</title>
<updated>2026-06-11T19:19:10Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-11T18:21:03Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=5f860d807cf6f5045848ce3d7b667ae8d1b906eb'/>
<id>urn:sha1:5f860d807cf6f5045848ce3d7b667ae8d1b906eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc(nvim): add python development environment</title>
<updated>2026-06-09T15:44:24Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-06-09T15:44:24Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=756455810875217b3e826bd6438ee40e936e5c1d'/>
<id>urn:sha1:756455810875217b3e826bd6438ee40e936e5c1d</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/nvim-config/commit/?id=beaf5c7344c5bb978a634caf86750737a753c1b7'/>
<id>urn:sha1:beaf5c7344c5bb978a634caf86750737a753c1b7</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): install git_rebase treesitter parser</title>
<updated>2026-05-18T20:17:21Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-18T20:17:21Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=046cdfd0a047fcca41a7e3d8b4f89cb2e2f8a0e7'/>
<id>urn:sha1:046cdfd0a047fcca41a7e3d8b4f89cb2e2f8a0e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(nvim): add markdown rendering with `render-markdown.nvim`</title>
<updated>2026-05-07T16:36:02Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-07T15:15:10Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=0c83c6f7401cabf00d9135bdf54b63e82276fea2'/>
<id>urn:sha1:0c83c6f7401cabf00d9135bdf54b63e82276fea2</id>
<content type='text'>
See https://github.com/MeanderingProgrammer/render-markdown.nvim

- Don't set `'colorcolumn'` and `'conceallevel'` in markdown ftplugin
- Treesitter plugin doesn't install the markdown and markdown_inline
  parsers. `50-markdown.lua` does it instead, so that it is
  self-contained. It also installs extra parsers it needs: yaml, html
  and latex.
- Remove markdown highlight adjustments in `50-colors.lua`
- Remove `markdown/injections.scm` that was disabling treesitter
  highlighting inside fenced code blocks.
</content>
</entry>
<entry>
<title>feat: initial setup</title>
<updated>2026-05-06T14:43:16Z</updated>
<author>
<name>Thomas Vanbesien</name>
<email>tvanbesi@proton.me</email>
</author>
<published>2026-05-04T06:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.tvcloud.fr/nvim-config/commit/?id=34510ebc63ff65d51f6979a86169bfc52de6180c'/>
<id>urn:sha1:34510ebc63ff65d51f6979a86169bfc52de6180c</id>
<content type='text'>
- `dotfiles` (this project's CLI)
- foot configuration
- tmux configuration
- bash configuration
- nvim (as a git submodule) + configuration
- ranger configuration
- fzf configuration
- KDE global shortcuts
- Other miscellaneous dependencies
</content>
</entry>
</feed>
