Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(script): skip dependency installation by default (ayamir#1114)
IMO the default choice for dependency installation in `install.ps1` is a bit misleading (see Discussion ayamir#1106). afaik most users won't even "visit" the dynamic provider feature of Neovim, and those who know what they're doing can still continue with the dependency installation by typing `Y/y`. So I think a more reasonable default should be `N` (i.e. skipping provider installation altogether.)
- Loading branch information