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
Gets the nimsuggest path from nimble when nimble has nimdir (#200)
* Gets the nimsuggest path from `nimble` when `nimble` has `nimdir`
This depends on nim-lang/nimble#1221
It also needs to be tested in Win.
While developing this found an issue with the project discovery, it uses `nim dump` but it doesnt seem to end when Nim is a local dep, it takes too long. Will try to speed it up in the nimble side of things
* Win works
* Adds Nim version to the notification so the user knows what version is used
* uses nimble dump for nimdir
0 commit comments