mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove redundant snippets
This commit is contained in:
parent
601a13acb1
commit
59615a539c
@ -169,24 +169,3 @@ if ($1){
|
||||
|
||||
}
|
||||
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