Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 4 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): Disable | Benedikt Peetz | 10 days |
| | | | | This is not used much, and I can wait until it is in nixpkgs. | ||
* | refactor(modules/nvim/files): Move to their respective plugin | Benedikt Peetz | 2024-11-23 |
| | |||
* | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | 2024-11-09 |