diff --git a/tests/test-sources/plugins/by-name/neorg/default.nix b/tests/test-sources/plugins/by-name/neorg/default.nix index a09598ea..88ccf05d 100644 --- a/tests/test-sources/plugins/by-name/neorg/default.nix +++ b/tests/test-sources/plugins/by-name/neorg/default.nix @@ -1,19 +1,11 @@ { empty = { - # neorg should be re-packaged in nixpkgs from the luarocks `neorg` package. - # In the meantime, disable the test. - # TODO: re-enable when this will have been fixed upstream. - test.runNvim = false; - + # Treesitter is required when using the "core.defaults" module. + plugins.treesitter.enable = true; plugins.neorg.enable = true; }; example = { - # neorg should be re-packaged in nixpkgs from the luarocks `neorg` package. - # In the meantime, disable the test. - # TODO: re-enable when this will have been fixed upstream. - test.runNvim = false; - plugins = { # Treesitter is required when using the "core.defaults" module. treesitter.enable = true; @@ -75,9 +67,9 @@ }; telescope-integration = { - # TODO: re-enable when this will have been fixed upstream. - test.runNvim = false; plugins = { + # Treesitter is required when using the "core.defaults" module. + treesitter.enable = true; telescope.enable = true; neorg = { @@ -90,8 +82,9 @@ }; no-packages = { - # TODO: re-enable when this will have been fixed upstream. - test.runNvim = false; + # Treesitter is required when using the "core.defaults" module. + plugins.treesitter.enable = true; + plugins.neorg = { enable = true; neorgTelescopePackage = null;