12.nixvim/tests/test-sources
Matt Sturgeon 4a6d561362 plugins/otter: fix highlighting warning
`highlightEnabled` can never be null, since it is the `||` of two
booleans.

Historically, `plugins.treesitter.settings.highlight.enable` was a
default-null option. Checking for null was effectively checking for the
default value.

This would now be `plugins.treesitter.settings ? highlight.enable`,
however reading the actual boolean more closely matches the intent.
2025-12-28 07:07:06 +00:00
..
colorschemes tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
example-configurations tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
modules modules/lsp: move packages.nix from plugins.lsp 2025-12-13 17:19:54 +00:00
plugins plugins/otter: fix highlighting warning 2025-12-28 07:07:06 +00:00
env.nix modules: add env option 2025-03-24 18:50:29 +01:00
examples.nix tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
extended-lib.nix tests/extended-lib: omit helpers 2025-11-24 11:09:51 +00:00