tests/neorg: re-enable finally

This commit is contained in:
Austin Horstman 2024-10-01 23:37:21 -05:00
parent 90a4e3d88b
commit dfbd272170
No known key found for this signature in database

View file

@ -1,19 +1,11 @@
{ {
empty = { empty = {
# neorg should be re-packaged in nixpkgs from the luarocks `neorg` package. # Treesitter is required when using the "core.defaults" module.
# In the meantime, disable the test. plugins.treesitter.enable = true;
# TODO: re-enable when this will have been fixed upstream.
test.runNvim = false;
plugins.neorg.enable = true; plugins.neorg.enable = true;
}; };
example = { 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 = { plugins = {
# Treesitter is required when using the "core.defaults" module. # Treesitter is required when using the "core.defaults" module.
treesitter.enable = true; treesitter.enable = true;
@ -75,9 +67,9 @@
}; };
telescope-integration = { telescope-integration = {
# TODO: re-enable when this will have been fixed upstream.
test.runNvim = false;
plugins = { plugins = {
# Treesitter is required when using the "core.defaults" module.
treesitter.enable = true;
telescope.enable = true; telescope.enable = true;
neorg = { neorg = {
@ -90,8 +82,9 @@
}; };
no-packages = { no-packages = {
# TODO: re-enable when this will have been fixed upstream. # Treesitter is required when using the "core.defaults" module.
test.runNvim = false; plugins.treesitter.enable = true;
plugins.neorg = { plugins.neorg = {
enable = true; enable = true;
neorgTelescopePackage = null; neorgTelescopePackage = null;