tests/telescope/undo: enable the extension in the 'empty' test case

This commit is contained in:
Gaetan Lepage 2024-01-29 13:47:19 +01:00 committed by Gaétan Lepage
parent 3958364809
commit e42a2b0f6b

View file

@ -1,6 +1,9 @@
{
empty = {
plugins.telescope.enable = true;
plugins.telescope = {
enable = true;
extensions.undo.enable = true;
};
};
example = {