Skip to content

Commit 085ef66

Browse files
saygo-pngMattSturgeon
authored andcommitted
tests/issues: fix deprecation warning
Signed-off-by: saygo-png <[email protected]>
1 parent 251f348 commit 085ef66

File tree

1 file changed

+1
-1
lines changed
  • tests/test-sources/example-configurations

1 file changed

+1
-1
lines changed

tests/test-sources/example-configurations/issues.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
nvim-tree = {
9797
enable = true;
9898
openOnSetup = true;
99-
tab.sync.open = true;
99+
settings.tab.sync.open = true;
100100
};
101101

102102
telescope = {

0 commit comments

Comments
 (0)