We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63302b7 commit 778dc7fCopy full SHA for 778dc7f
autoload/leetcode.vim
@@ -1,4 +1,5 @@
1
-" vim: sts=4 sw=4
+" vim: sts=4 sw=4 expandtab
2
+
3
let s:current_dir = expand("<sfile>:p:h")
4
5
python3 <<EOF
plugin/leetcode.vim
@@ -1,3 +1,5 @@
if !exists('g:leetcode_username')
let g:leetcode_username = ''
endif
0 commit comments