| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): rewrite the highlight and extended marks plugins | Thomas Vanbesien | 7 days | 1 | -12/+5 |
| | | |||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 8 days | 1 | -7/+11 |
| | | |||||
| * | misc(nvim): add python development environment | Thomas Vanbesien | 10 days | 1 | -0/+1 |
| | | |||||
| * | refactor(nvim): group vim.pack.add() calls | Thomas Vanbesien | 2026-05-29 | 1 | -2/+0 |
| | | | | | | This is to avoid getting many prompts when launching nvim and installing the packages initially. | ||||
| * | misc(nvim): install git_rebase treesitter parser | Thomas Vanbesien | 2026-05-18 | 1 | -0/+1 |
| | | |||||
| * | feat(nvim): add markdown rendering with `render-markdown.nvim` | Thomas Vanbesien | 2026-05-07 | 1 | -2/+0 |
| | | | | | | | | | | | | | | 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. | ||||
| * | feat: initial setup | Thomas Vanbesien | 2026-05-06 | 1 | -0/+37 |
| - `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 | |||||
