mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Merge branch 'master' of https://github.com/jdhao/nvim-config
This commit is contained in:
commit
cdccb404b5
@ -157,3 +157,24 @@ if ($1){
|
|||||||
|
|
||||||
}
|
}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet for "for loop" w
|
||||||
|
for ($1; $2; $3){
|
||||||
|
$4
|
||||||
|
}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet if "if condition" w
|
||||||
|
if ($1){
|
||||||
|
$2
|
||||||
|
}
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet ifelse "if else condition"
|
||||||
|
if ($1){
|
||||||
|
$2
|
||||||
|
}else{
|
||||||
|
|
||||||
|
}
|
||||||
|
endsnippet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user