12.nixvim/tests/test-sources/plugins
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
..
by-name plugins/otter: fix highlighting warning 2025-12-28 07:07:06 +00:00
cmp treewide: remove with lib; 2025-12-07 22:46:34 +00:00
lazyloading tests/lazyloading/lz-n: runNvim false 2024-12-10 10:15:10 -06:00
lsp tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
pluginmanagers tests/fetch-tests: only apply required args 2025-11-24 11:09:51 +00:00
lua-config.nix lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00