about summary refs log tree commit diff stats
path: root/modules/by-name/nv (follow)
Commit message (Collapse)AuthorAge
* fix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz4 days
| | | | Thus, all dos files will magically change to Linux ones.
* fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers`Benedikt Peetz5 days
| | | | | | 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 ftpluginBenedikt Peetz5 days
| | | | The neorg filetype is named `norg` not `neorg`.
* fix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz5 days
|
* fix(modules/nvim/plgs/neorg): Move keybind setup to separate ftpluginBenedikt Peetz5 days
|
* refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz5 days
|
* fix(modules/nvim/options): Use shell binary, not only directoryBenedikt Peetz2024-11-09
|
* fix(modules/nvim/plgs/neorg): Reactivate the calendar moduleBenedikt Peetz2024-11-09
| | | | `nvim` has by now reached version 0.10.0 in nixpkgs.
* fix(modules/nvim/plgs/neorg): Use updated versionBenedikt Peetz2024-11-09
|
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09