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