LunarVim/plug-config/leetcode.vim

6 lines
131 B
VimL
Raw Normal View History

2020-07-26 21:35:04 +02:00
let g:leetcode_browser='chrome'
let g:leetcode_china=0
let g:leetcode_hide_paid_only=1
let g:leetcode_solution_filetype='python3'