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 = {
# 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;