leetcode.vim
leetcode.vim copied to clipboard
What is different from `skygragon/leetcode-cli`?
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.
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.