my_nixvim_sharings/config/plugins/nvim-tree.nix
2024-03-28 02:03:42 +08:00

7 lines
60 B
Nix

{
plugins = {
nvim-tree = {
enable = true;
};
};
}