Add vim if snippet
This commit is contained in:
parent
c77fbe9b59
commit
af6705736c
@ -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