about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs/telescope (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz3 days
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* fix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz10 days
| | | | This is not used much, and I can wait until it is in nixpkgs.
* refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz2024-11-23
|
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09