mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-21 01:39:28 +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 = {
|
empty = {
|
||||||
plugins.telescope.enable = true;
|
plugins.telescope = {
|
||||||
|
enable = true;
|
||||||
|
extensions.undo.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue