ianding1 / leetcode.vim

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

Add options to hide sections and paid only problems. #49

Closed tenfyzhong closed 4 years ago

tenfyzhong commented 4 years ago
  1. Add an option named g:leetcode_hide_paid_only to hide the problems on the list.
  2. Add an option named g:leetcode_hide_topics to hide the topics section.
  3. Add an option named g:leetcode_hide_companies to hide the companies section.

resolved #46