nix-community.nixvim/docs
Matt Sturgeon 04a255ed7e
modules/context: init with isDocs
Replaced the `isDocs` specialArg added in #1807 with an internal module
option.

We should only use `specialArgs` when absolutely necessary, a module or
`_module.args` is preferred, but those aren't available until `config`
is evaluated so they can't be used for `imports`.

The main problem with `specialArgs` is it makes our modules less
portable.

Luckily that shouldn't be an issue for these context flags.
2024-07-06 11:47:41 +01:00
..
man docs/user-guide: add configuration examples 2024-05-30 21:32:42 +02:00
mdbook modules/context: init with isDocs 2024-07-06 11:47:41 +01:00
modules standalone: rename nixvimExtend to extend 2024-07-01 15:54:29 +01:00
user-guide flake/legacyPackages: simplify makeNixvim, making it more powerful 2024-06-29 22:15:45 +01:00
default.nix modules/context: init with isDocs 2024-07-06 11:47:41 +01:00