aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/nv/nvim/module.nix (unfollow)
Commit message (Collapse)Author
2025-09-02treewide: Remove `with pkgs;`Benedikt Peetz
This is an antipattern and makes grepping for specific packages harder.
2025-08-22modules/nvim: Use new path to nixvim home-manager moduleBenedikt Peetz
2025-06-24modules/nvim/performance: InitBenedikt Peetz
It might make things faster?
2025-06-24modules/nvim/plgs: Auto-loadBenedikt Peetz
2025-05-16modules: Import external modules in the module that actually need themBenedikt Peetz
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.
2025-02-02fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz
2024-11-23refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz