leetcode.vim icon indicating copy to clipboard operation
leetcode.vim copied to clipboard

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

Open yangxyo opened this issue 5 years ago • 1 comments

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.

yangxyo avatar Jun 12 '20 14:06 yangxyo

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.

rockyzhang24 avatar Jun 15 '20 20:06 rockyzhang24