LunarVim/plug-config/leetcode.vim
2020-07-26 15:35:04 -04:00

5 lines
131 B
VimL

let g:leetcode_browser='chrome'
let g:leetcode_china=0
let g:leetcode_hide_paid_only=1
let g:leetcode_solution_filetype='python3'