ianding1 / leetcode.vim

Solve LeetCode problems in Vim!
MIT License
308 stars 43 forks source link

What is different from `skygragon/leetcode-cli`? #51

Open yangxyo opened 4 years ago

yangxyo commented 4 years ago

I'm new for playing leetcode with terminal. I'm also a vim lover. I find both this project and skygragon/leetcode-cli are popular. I don't know how to choose. Can you help me? Very Thanks.

rockyzhang24 commented 4 years ago

skygragon/leetcode-cli is a CLI, i.e., it provides many commands run in terminal. You interact with Leetcode (such as fetching all the questions, submitting, running tests, etc) in your terminal and only solve the questions in vim. However, this project is a vim plugin. You interact with Leetcode in your vim along with solving the questions.

Hope this would be helpful. Thanks.