leetcode.vim
leetcode.vim copied to clipboard
Solve LeetCode problems in Vim!
leetcode-cn.com to leetcode.cn
Hello, my vim shows "g:leetcode browser is disabled", how can I fix it?
If you have multiple firefox installation, you may encounter a problem that leetccode.vim can't signin. It is because [browser_cookie3](https://github.com/borisbabic/browser_cookie3) only get the first installation in `~/.mozilla/firefox/profiles.ini`, ref: [\_\_init.py\_\_ +623](https://github.com/borisbabic/browser_cookie3/blob/80c519ebe2d246799fddcf353ce8784aa1fa5904/__init__.py#L623) To...
I would do it, just give me a little guidance on how to and I will make a pull request
While signing in I got the following error: ``` Error detected while processing function leetcode#SignIn[1]..102_LoadSessionCookie[6].. provider#python3#Call: line 18: Error invoking 'python_eval' on channel 3 (python3-script-host): error caught in request handler...
the answer is : class Solution { public: vector twoSum(vector& nums, int target) { for(int i = 0; i < nums.size()-1; i++) { for(int j = i+1; j< nums.size(); j++)...
Hi, I see that this repository has not been updated in the last 2 years, so I created fork of it on my profile. [mbledkowski/neuleetcode.vim](https://github.com/mbledkowski/neuleetcode.vim) You may want to take...
To try out typescript with LeetCode I added typescript as a supported language option to leetcode.vim and it works. Here is a pull request in case someone else wants to...
ENV: MacOS Vim: 8.2
Is there a way save filter preference which are defined in below variables and command which will restore my vim LeetCode session? ``` b:leetcode_categories ['algorithms'] b:leetcode_sort_column level b:leetcode_sort_order asc b:leetcode_buffer_topic...