1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/issues: fix deprecation warning

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-07-21 20:06:09 +02:00 committed by Matt Sturgeon
parent 251f348b22
commit 085ef66994

View file

@ -96,7 +96,7 @@
nvim-tree = {
enable = true;
openOnSetup = true;
tab.sync.open = true;
settings.tab.sync.open = true;
};
telescope = {