Skip to content

Commit

Permalink
add fraction snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Dec 4, 2024
1 parent 243bf5d commit 8ed627d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nvim/vsnip/org.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@
"\\( $1 \\)$0"
],
"description": "inline math template."
},
"frac": {
"prefix": ["frac"],
"body": [
"\\frac{$1}{$2}$0"
],
"description": "fraction."
}
}

0 comments on commit 8ed627d

Please sign in to comment.