| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 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/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 | |
