kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
1.05k stars 45 forks source link

[Feature request] Allow choosing, creating, and deleting sessions #57

Closed mudejar closed 7 months ago

mudejar commented 8 months ago

I noticed that the only option missing from the main menu is the ability to choose, create, and delete a session from a currently logged in user account. Adding this as a feature will make this plugin more complete and save more clicks for anyone who does utilize multiple sessions in their account, as they will no longer have to do these things through the browser while leaving the plugin open.

I'm willing to work on this feature and make a PR. The changes required don't seem to complicated as far as I can tell.

kawre commented 8 months ago

Why not If you want to work on PR, open it so I can give you some guidance.