aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/nv/nvim/plgs/telescope (unfollow)
Commit message (Collapse)Author
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-04style(treewide): FormatBenedikt Peetz
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2025-03-29fix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz
This is not used much, and I can wait until it is in nixpkgs.
2024-11-23refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz