vimPlugins.neorg: enable tests

neorg is a complex plugin that breaks too often to my taste.
Running the tests is not a 100% guarantee but let's hope it improves the
situation nevertheless.
This commit is contained in:
teto
2026-04-16 19:03:21 +02:00
parent 91a301bdeb
commit eb70ca30df
@@ -885,6 +885,20 @@ in
});
neorg = prev.neorg.overrideAttrs {
doCheck = true;
nativeCheckInputs = [
final.nlua
final.bustedCheckHook
writableTmpDirAsHomeHook
];
nvimSkipModules = [
"neorg.modules.core.dirman.tests"
"neorg.modules.core.ui.module"
"neorg.modules.core.concealer.module"
];
# Relax dependencies
postConfigure = ''
substituteInPlace ''${rockspecFilename} \