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
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
add { import = "astrocommunity.pack.dart" } in lua/community.lua
Let necessary installs to happen
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
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.
The text was updated successfully, but these errors were encountered:
Checklist
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
{ import = "astrocommunity.pack.dart" }
inlua/community.lua
<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
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.
The text was updated successfully, but these errors were encountered: