about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs/treesitter (follow)
Commit message (Collapse)AuthorAge
* module/nvim/plgs/treesitter: Disable automatic folding primeBenedikt Peetz18 hours
|
* modules/nvim: Update to the newest tree-sitter versionBenedikt Peetz18 hours
| | | | | | This includes quite a big collection of breaking changes, and as I can't have the same plugin twice in the `buildEnv` scope, some plugins (e.g. neorg and femacro) needed to be deactivated.
* modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt Peetz2025-06-24
| | | | | This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use.
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* modules/nvim/plgs/treesitter: Migrate to new nixvim dependency managementBenedikt Peetz2025-04-25
|
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09