Skip to content

Commit

Permalink
feat(vim): Add absval snippet for TeX
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Oct 8, 2024
1 parent 91d62cb commit b3841d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/snips/tex/math.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ endsnippet
snippet < "Left/right angle brackets" i
\left< ${1:<+Content+>} \right> $0
endsnippet
snippet | "Left/right absolute value" i
\left\lvert ${1:(Content)} \right\rvert $0
endsnippet

snippet floor "Floor" i
\left\lfloor ${1:<+Content+>} \right\rfloor$0
Expand Down

0 comments on commit b3841d9

Please sign in to comment.