Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart package showing "Plugin mason-tool-installer.nvim not found" #930

Closed
3 tasks done
snh1999 opened this issue Apr 30, 2024 · 2 comments
Closed
3 tasks done

Dart package showing "Plugin mason-tool-installer.nvim not found" #930

snh1999 opened this issue Apr 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@snh1999
Copy link

snh1999 commented Apr 30, 2024

Checklist

  • I have searched through the AstroNvim docs
  • I have searched through the existing issues of AstroNvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

v0.9.5

Operating system/version

Manjaro Linux

Terminal/GUI

Gnome terminal

Describe the bug

Adding the dart pack showing "Plugin mason-tool-installer.nvim not found" (see screenshot) after I press <leader> f f (or any other telescope shortcut)

Steps to Reproduce

  1. add { import = "astrocommunity.pack.dart" } in lua/community.lua
  2. Let necessary installs to happen
  3. use <leader> f f and that notification (see screenshot) appears. ( <leader> f w showed same result too)

Expected behavior

Other packs not causing the same issue, I peeked the code of rust pack - the same "WhoIsSethDaniel/mason-tool-installer.nvim" is used in other packs as well and that is not creating any prompt.

The notification appear only the first time after I open nvim and use <leader> f f.

and once I remove the pack, the notification goes away.

Pardon me if I am missing something obvious here,

Screenshots

Screenshot from 2024-04-30 16-21-08

Additional Context

I tried reinstalling in a separate location, it didn't help. It is not that big of a deal, but it is kind of annoying. for now I just added flutter-tools manually.

@snh1999 snh1999 added the bug Something isn't working label Apr 30, 2024
@Std-Enigma
Copy link
Contributor

It should be fixed now update your package #932

@snh1999
Copy link
Author

snh1999 commented May 2, 2024

It is solved now, thanks a lot

@snh1999 snh1999 closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants