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
Hello! Pls, some help for newbie!
I have a plugins dir for Lazy in my nvim set. The instruction I've used for all the plugins I've installed:
creating plugin-name.lua in this dir with return{} in it
paste installation code for Lazy from GitHub's README between brackets
In this case its seems to be more complicated: I had no deal with adapters before.
So, for my neotest.lua file, all I got from my mind palace (and README chunks) is following:
Hello! Pls, some help for newbie!
I have a plugins dir for Lazy in my nvim set. The instruction I've used for all the plugins I've installed:
return{}
in itIn this case its seems to be more complicated: I had no deal with adapters before.
So, for my neotest.lua file, all I got from my mind palace (and README chunks) is following:
The result of such beautiful code is the full screen of red errors:
The text was updated successfully, but these errors were encountered: