mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
plugins/nvim-tree: use iconsPackage
This commit is contained in:
parent
150c5f454b
commit
d3e387899f
2 changed files with 14 additions and 3 deletions
|
@ -256,4 +256,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.nvim-tree = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue