mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
tests/plugins/neorg: temporarily disable tests
This commit is contained in:
parent
e1b7b4e52d
commit
6e828d38a3
1 changed files with 10 additions and 0 deletions
|
@ -1,9 +1,19 @@
|
||||||
{
|
{
|
||||||
empty = {
|
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.
|
||||||
|
tests.dontRun = true;
|
||||||
|
|
||||||
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.
|
||||||
|
tests.dontRun = true;
|
||||||
|
|
||||||
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue