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
Note: if I add the config folder with emojis to my current working directory (NOT the directory of the plugin, but the repo I'm currently working in) -> it starts working.
The text was updated successfully, but these errors were encountered:
I'm guessing this is related to the issue where the plugin is not building properly in your other issue, let's debug that one first and come back to this. Thanks for your patience!
It looks like in your other ticket you manually built the bin.exe but it's running in the wrong folder; the plugin expects to find the binary at the root directory (the gitlab.nvim folder inside of the lazy directory) and not inside of the cmd folder, which is my guess for what's going wrong here for you.
Prerequsities
:h gitlab.nvim.troubleshooting
and followed the steps thereSetup Configuration and Environment
OS: Windows
Bug Description
Plugin panics when trying to fetch emojis.
My hypothesis: it uses the wrong working directory.
Reproduction Steps
Screenshots
Note: if I add the config folder with emojis to my current working directory (NOT the directory of the plugin, but the repo I'm currently working in) -> it starts working.
The text was updated successfully, but these errors were encountered: