mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
tests/telescope/undo: enable the extension in the 'empty' test case
This commit is contained in:
parent
3958364809
commit
e42a2b0f6b
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.telescope.enable = true;
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
extensions.undo.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue