| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-04-04 | style(treewide): Format | Benedikt Peetz | |
| 2025-04-04 | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | |
| The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | |||
| 2025-03-29 | fix(modules/nvim/plgs/telescope/extensions/bibtex): Disable | Benedikt Peetz | |
| This is not used much, and I can wait until it is in nixpkgs. | |||
| 2025-03-29 | fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks pr | Benedikt Peetz | |
| 2025-02-02 | fix(modules/nvim): Use the global nixpkgs set | Benedikt Peetz | |
| 2025-01-30 | fix(modules/nvim/plgs/flatten): Disable | Benedikt Peetz | |
| 2024-12-14 | refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 module | Benedikt Peetz | |
| 2024-11-24 | fix(modules/nvim/opts): Ensure a consistent fileformat | Benedikt Peetz | |
| Thus, all dos files will magically change to Linux ones. | |||
| 2024-11-23 | fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers` | Benedikt Peetz | |
| The attrs in `lsp.servers` seem to be taken literally and as such do not support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus moving the `lib.mkIf` calls to the parent attrs should fix it. | |||
| 2024-11-23 | fix(modules/nvim/plgs/neorg): Use the correct ft name in ftplugin | Benedikt Peetz | |
| The neorg filetype is named `norg` not `neorg`. | |||
| 2024-11-23 | fix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruff | Benedikt Peetz | |
| 2024-11-23 | fix(modules/nvim/plgs/neorg): Move keybind setup to separate ftplugin | Benedikt Peetz | |
| 2024-11-23 | refactor(modules/nvim/files): Move to their respective plugin | Benedikt Peetz | |
| 2024-11-09 | fix(modules/nvim/options): Use shell binary, not only directory | Benedikt Peetz | |
| 2024-11-09 | fix(modules/nvim/plgs/neorg): Reactivate the calendar module | Benedikt Peetz | |
| `nvim` has by now reached version 0.10.0 in nixpkgs. | |||
| 2024-11-09 | fix(modules/nvim/plgs/neorg): Use updated version | Benedikt Peetz | |
| 2024-11-09 | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | |
