aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/nv/nvim/plgs/neorg (unfollow)
Commit message (Collapse)Author
11 daystreewide: FormatBenedikt Peetz
2026-01-18modules/nvim: Update to the newest tree-sitter versionBenedikt Peetz
This includes quite a big collection of breaking changes, and as I can't have the same plugin twice in the `buildEnv` scope, some plugins (e.g. neorg and femacro) needed to be deactivated.
2025-05-09modules/nvim/plgs/neorg: Remove the predefined workspacesBenedikt Peetz
I only use `tskm`'s workspace.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-12-14refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz
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/neorg): Move keybind setup to separate ftpluginBenedikt 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