plugins/nvim-tree: use gitPackage

This commit is contained in:
Austin Horstman 2024-08-29 14:15:55 -05:00
parent efb004a61f
commit 6945c6c17f
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -261,6 +261,7 @@
plugins.nvim-tree = {
enable = true;
iconsPackage = null;
gitPackage = null;
};
};
}