mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/pugins/rest: set dontRun for test because the plugin is broken in nixpkgs
This commit is contained in:
parent
5dca76a21e
commit
ba545ded79
1 changed files with 10 additions and 0 deletions
|
@ -1,9 +1,19 @@
|
|||
{
|
||||
empty = {
|
||||
# As of 2024-05-07, the lua dependencies of luaPackage.rest-nvim are not correctly propagated to
|
||||
# the vim plugin.
|
||||
# TODO: re-enable this test when this issue will have been fixed
|
||||
tests.dontRun = true;
|
||||
|
||||
plugins.rest.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
# As of 2024-05-07, the lua dependencies of luaPackage.rest-nvim are not correctly propagated to
|
||||
# the vim plugin.
|
||||
# TODO: re-enable this test when this issue will have been fixed
|
||||
tests.dontRun = true;
|
||||
|
||||
plugins.rest = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue