Some profiles may benefit from having other profiles as dependencies to avoid duppllication or incompatible/concurrent installs. For instance, if I add a nvim-python profile that installs pyright for nvim, I also need node (pyright depends on node). Installing a different version of node than the one provided by the existing node profile may lead to issues.
Some profiles may benefit from having other profiles as dependencies to avoid duppllication or incompatible/concurrent installs. For instance, if I add a nvim-python profile that installs pyright for nvim, I also need node (pyright depends on node). Installing a different version of node than the one provided by the existing node profile may lead to issues.