summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/10-treesitter.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rewrite the highlight and extended marks pluginsThomas Vanbesien7 days1-12/+5
|
* docs(nvim): edit commentsThomas Vanbesien8 days1-7/+11
|
* misc(nvim): add python development environmentThomas Vanbesien10 days1-0/+1
|
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-291-2/+0
| | | | | This is to avoid getting many prompts when launching nvim and installing the packages initially.
* misc(nvim): install git_rebase treesitter parserThomas Vanbesien2026-05-181-0/+1
|
* feat(nvim): add markdown rendering with `render-markdown.nvim`Thomas Vanbesien2026-05-071-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 setupThomas Vanbesien2026-05-061-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