Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvim: use
tool update
instead of tool install
dotnet is funny. `tool install` fails if the tool is already installed, and the upstream issue (dotnet/sdk#9500) recommends using `update` instead of `install`.
- Loading branch information