nix-community.nixvim/modules
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
..
misc modules/context: init with isDocs 2024-07-06 11:47:41 +01:00
top-level modules/context: init with isDocs 2024-07-06 11:47:41 +01:00
autocmd.nix modules: use real nix expressions for option examples 2024-06-20 08:07:10 +02:00
clipboard.nix modules/clipboard: use md link in description 2024-06-05 08:04:33 +01:00
colorscheme.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
commands.nix modules/commands: allow commands to be raw lua 2024-05-21 14:27:49 +02:00
default.nix modules/top-level: move out of wrappers/modules 2024-07-05 17:20:28 +01:00
diagnostics.nix modules/diagnostics: rename source file 2024-06-21 16:10:27 +02:00
doc.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
editorconfig.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
filetype.nix misc: ensure all options have a description 2024-06-11 11:34:10 +02:00
highlights.nix modules: use real nix expressions for option examples 2024-06-20 08:07:10 +02:00
keymaps.nix misc: ensure all options have a description 2024-06-11 11:34:10 +02:00
lua-loader.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
opts.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
output.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
plugins.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00