mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-21 17:59:41 +01:00
Rename `lib/default.nix` to `lib/top-level.nix` to make its purpose explicit and discourage importing it directly. Consumers should obtain the extended lib via flake outputs or the overlay, rather than bypassing the required bootstrapping logic. This clarifies the file's role and avoids suggesting it is the primary entrypoint to Nixvim's lib subsection. |
||
|---|---|---|
| .. | ||
| plugins | ||
| autocmd-helpers.nix | ||
| builders.nix | ||
| deprecation.nix | ||
| keymap-helpers.nix | ||
| lua-types.nix | ||
| maintainers.nix | ||
| modules.nix | ||
| options.nix | ||
| overlay.nix | ||
| pkg-lists.nix | ||
| tests.nix | ||
| to-lua.nix | ||
| top-level.nix | ||
| types.nix | ||
| utils.internal.nix | ||
| utils.nix | ||