Add vim if snippet
This commit is contained in:
parent
470c7c9ce4
commit
46fa7d52bc
@ -4,6 +4,12 @@ function! ${1:name}($2)
|
||||
endfunction
|
||||
endsnippet
|
||||
|
||||
snippet if "VIM if statement"
|
||||
if ${1:condition}
|
||||
$0
|
||||
endif
|
||||
endsnippet
|
||||
|
||||
snippet py "Python block" b
|
||||
python << endpython
|
||||
$0
|
||||
|
Loading…
x
Reference in New Issue
Block a user