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 want to view all of the MRs assigned to me regardless of repo.
I would have expected to be able to do `require("gitlab").choose_merge_request_by_username({username = "username"})
This doesn't work because the plugin assumes you're in a git repository.
This is how I do my git MRs in the web UI, would be nice to move some of this to neovim, but with the current platform it doesn't seem like this is possible (I could be wrong).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Take this scenario:
cd
is/home/$USER/work
This is how I do my git MRs in the web UI, would be nice to move some of this to neovim, but with the current platform it doesn't seem like this is possible (I could be wrong).
Beta Was this translation helpful? Give feedback.
All reactions