You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps we don't actually need this.
It could potentially lead to the subtle issues, because the packadd is delayed (it's async). Neovim only searches for colorschemes in pack/*/opt, but not autoload scripts or tree-sitter parsers, which is why I had added this.
But perhaps it's better for now not to support autoload scripts as dependencies. It's not really common in the lua ecosystem anyway.
Perhaps we don't actually need this.
It could potentially lead to the subtle issues, because the packadd is delayed (it's async). Neovim only searches for colorschemes in
pack/*/opt
, but not autoload scripts or tree-sitter parsers, which is why I had added this.But perhaps it's better for now not to support
autoload
scripts as dependencies. It's not really common in the lua ecosystem anyway.Originally posted by @mrcjkb in #562 (comment)
The text was updated successfully, but these errors were encountered: