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:
parent
251f348b22
commit
085ef66994
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
||||||
nvim-tree = {
|
nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openOnSetup = true;
|
openOnSetup = true;
|
||||||
tab.sync.open = true;
|
settings.tab.sync.open = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
telescope = {
|
telescope = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue