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
Describe the bug
I can't execute any of the Arduino commands when a file is loaded from a file manager such as nerdtree or telescope, even though vim-arduino is shown as loaded in lazy.nvim . Lazy loading is disabled.
If I open a file directly via the shell everything works without an issue.
System information
OS: [gnu/linux]
Vim: [neovim 10.0-5, NVchad]
Arduino: [1.8.19]
CLI version: [0.35.3]
To Reproduce
Steps to reproduce the behavior:
open nvim
launch i.e NERDtree
open any desired text file
Expected behavior
to be able to use vim-arduino regardless of launching method.
The text was updated successfully, but these errors were encountered:
Currently having the same issue, the commands are not seen as "editor commands" if i open the .ino file through neo-tree or any other in-editor method. but if i open the file directly through terminal everything works as intended, bumping in hopes someone has a way to fix this
Describe the bug
I can't execute any of the Arduino commands when a file is loaded from a file manager such as nerdtree or telescope, even though vim-arduino is shown as loaded in lazy.nvim . Lazy loading is disabled.
If I open a file directly via the shell everything works without an issue.
System information
To Reproduce
Steps to reproduce the behavior:
Expected behavior
to be able to use vim-arduino regardless of launching method.
The text was updated successfully, but these errors were encountered: