Dhanus3133 / Leetbuddy.nvim

Solve Leetcode problems within Neovim 🔥
MIT License
139 stars 15 forks source link

How to trigger login? #28

Closed kohane27 closed 11 months ago

kohane27 commented 11 months ago

Hello there. Hope you're doing well. Thank you for creating this plugin. The vim emulator in the official website sucks big time.

However, I have trouble using this plugin. After installing, I don't have the trigger to input the cookie and the CSRF token. I see the ~/.leetcode directory created but it's empty inside. Can I manually create the file and input the token into the file?

Thank you again!

Dhanus3133 commented 11 months ago

It is because of the lazy = true, You can use :LBQuestions, it automatically validates and only asks for cookie details if it isn't able to authenticate. Hope it solves the issue.