mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/nvim-tree: use gitPackage
This commit is contained in:
parent
efb004a61f
commit
6945c6c17f
2 changed files with 8 additions and 1 deletions
|
@ -261,6 +261,7 @@
|
|||
plugins.nvim-tree = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
gitPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue