Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | style(treewide): Format | Benedikt Peetz | 3 days |
| | |||
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 3 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 | 9 days |
| | | | | This is not used much, and I can wait until it is in nixpkgs. | ||
* | fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks pr | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/nvim): Use the global nixpkgs set | Benedikt Peetz | 2025-02-02 |
| | |||
* | fix(modules/nvim/plgs/flatten): Disable | Benedikt Peetz | 2025-01-30 |
| | |||
* | refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 module | Benedikt Peetz | 2024-12-14 |
| | |||
* | fix(modules/nvim/opts): Ensure a consistent fileformat | Benedikt Peetz | 2024-11-24 |
| | | | | Thus, all dos files will magically change to Linux ones. | ||
* | fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers` | Benedikt Peetz | 2024-11-23 |
| | | | | | | 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. | ||
* | fix(modules/nvim/plgs/neorg): Use the correct ft name in ftplugin | Benedikt Peetz | 2024-11-23 |
| | | | | The neorg filetype is named `norg` not `neorg`. | ||
* | 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-23 |
| | |||
* | 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 | 2024-11-09 |
| | | | | `nvim` has by now reached version 0.10.0 in nixpkgs. | ||
* | fix(modules/nvim/plgs/neorg): Use updated version | Benedikt Peetz | 2024-11-09 |
| | |||
* | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | 2024-11-09 |