Skip to content

Commit 526e23b

Browse files
committed
Merge branch 'master' of github.com:mbledkowski/neuleetcode.vim
2 parents a5cc5f1 + 4739618 commit 526e23b

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

README.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# leetcode.vim
1+
# neuleetcode.vim
22

33
[![asciicast][thumbnail]][asciicast]
44

55
Solve LeetCode problems in Vim!
66

7-
This Vim plugin is inspired by [skygragon/leetcode-cli][leetcode-cli].
7+
This Vim plugin is a fork of [ianding1/leetcode.vim][leetcode.vim] which is inspired by [skygragon/leetcode-cli][leetcode-cli].
88

99
**Attention:** Recently LeetCode used Google reCAPTCHA to enhance security,
1010
prohibiting automatic login through LeetCode API.
1111

1212
The new login procedure needs you to **login in your browser first** so that
13-
**leetcode.vim** can read the LeetCode session cookie from the browser's cookie
13+
**neuleetcode.vim** can read the LeetCode session cookie from the browser's cookie
1414
storage.
1515

1616
Supported browsers are: **Chrome**, **Firefox**. Safari is not supported
@@ -24,8 +24,8 @@ pip3 install keyring browser-cookie3 --user
2424
```
2525
2. Set `g:leetcode_browser` to `'chrome'` or `'firefox'`.
2626

27-
Thanks [@zhuopro](https://github.com/zhoupro)
28-
(see [#25](https://github.com/ianding1/leetcode.vim/issues/25))
27+
Thanks [@zhuopro][user-zhuopro]
28+
(see [#25][#25])
2929
for his brilliant idea!
3030

3131
## Installation
@@ -41,7 +41,7 @@ pip3 install keyring browser-cookie3 --user
4141
```
4242
3. Install the plugin:
4343
```vim
44-
Plug 'ianding1/leetcode.vim'
44+
Plug 'mbledkowski/neuleetcode.vim'
4545
```
4646

4747
## Quick Start
@@ -53,7 +53,7 @@ Plug 'ianding1/leetcode.vim'
5353

5454
## Key mappings
5555

56-
**leetcode.vim** doesn't bind any key mappings by default. Put the following
56+
**neuleetcode.vim** doesn't bind any key mappings by default. Put the following
5757
lines to your **.vimrc** to set up the key mappings.
5858

5959
```vim
@@ -112,16 +112,6 @@ Set the problemset to get from leetcode.
112112

113113
Default value is `all`
114114

115-
## Updates
116-
117-
- 2019/12/20: Fix the login issue caused by reCAPTCHA.
118-
- 2019/08/01: Support custom test input
119-
- 2019/07/28: Support showing frequencies and sorting by columns
120-
- 2019/07/27:
121-
+ Support LeetCode China accounts
122-
+ Support refreshing
123-
- 2019/07/23: Support topics and companies
124-
125115
## FAQ
126116

127117
### I use Ubuntu and get errors when signing in. How can I fix it?
@@ -139,12 +129,6 @@ It's caused by the misconfiguration of python-keyring. One way to fix it is to c
139129
default-keyring=keyring.backends.Gnome.Keyring
140130
```
141131

142-
### Why can't I test the problem/submit the problem/list the problems?
143-
144-
~~Once you sign in on your browser in LeetCode website, the LeetCode session in
145-
Vim get expired immediatelly. Then you need to sign in again in Vim before
146-
doing other things.~~ (No longer having this problem)
147-
148132
### Why can't I test and submit solutions?
149133

150134
According to issue [#5][#5], **if the email address is not active, then you can
@@ -159,5 +143,8 @@ pip3 install --upgrade keyrings.alt
159143

160144
[thumbnail]: https://asciinema.org/a/200004.png
161145
[asciicast]: https://asciinema.org/a/200004
146+
[leetcode.vim]: https://github.com/ianding1/leetcode.vim
162147
[leetcode-cli]: https://github.com/skygragon/leetcode-cli
163148
[#5]: https://github.com/ianding1/leetcode.vim/issues/5
149+
[#25]: https://github.com/ianding1/leetcode.vim/issues/25
150+
[user-zhuopro]: https://github.com/zhoupro

0 commit comments

Comments
 (0)