aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/nv/nvim (unfollow)
Commit message (Collapse)Author
2025-02-02fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz
2025-01-30fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz
2024-12-14refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz
2024-11-24fix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz
Thus, all dos files will magically change to Linux ones.
2024-11-23fix(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-23fix(modules/nvim/plgs/neorg): Use the correct ft name in ftpluginBenedikt Peetz
The neorg filetype is named `norg` not `neorg`.
2024-11-23fix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz
2024-11-23fix(modules/nvim/plgs/neorg): Move keybind setup to separate ftpluginBenedikt Peetz
2024-11-23refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz
2024-11-09fix(modules/nvim/options): Use shell binary, not only directoryBenedikt Peetz
2024-11-09fix(modules/nvim/plgs/neorg): Reactivate the calendar moduleBenedikt Peetz
`nvim` has by now reached version 0.10.0 in nixpkgs.
2024-11-09fix(modules/nvim/plgs/neorg): Use updated versionBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz