-
Notifications
You must be signed in to change notification settings - Fork 83
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
[BUG] flutter-tools in Lazy.nvim #345
Comments
Might be useful posting your full lazy here, as there doesn't look to be anything wrong initially. config = function()
require 'flutter-tools'.setup()
end |
Also just a thought, have you tried in a flutter project? Do you get the commands then? |
your config works fine for me 🤔 |
It looks like this is not a plugin issue, closing it. |
I had the same issue, but running the FlutterRun command in a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
I followed the documentation in the README, however I am unable to use the commands in Flutter. I just copy and paste the code into the documentation, my
init.lua
is:Expected Behavior
Be able to use Flutter commands
Steps To Reproduce
lazy.nvim
, addflutter-tools.nvim
flutter-tools
:FlutterRun
(E492: Not and editor command: FlutterRun)Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: