kawre / leetcode.nvim

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

Feat: Add favorite lists #109

Open lukaszmoskwa opened 3 months ago

lukaszmoskwa commented 3 months ago

Kind of related to https://github.com/kawre/leetcode.nvim/issues/97. I'm currently working on adding the favorites to the main features, so far looks like this:

image

image

image

If there is an interest in this feature, I would appreciate some guidance with lua formatting and adhering to the current code structure before submitting my PR. Thank you in advance

kawre commented 3 months ago

Please make a PR so I can see the code

lukaszmoskwa commented 3 months ago

Created a draft here, please take a look when you have a moment