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 = {
|
||||
# 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;
|
||||
};
|
||||
|
||||
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 = {
|
||||
# Treesitter is required when using the "core.defaults" module.
|
||||
treesitter.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue