summaryrefslogtreecommitdiffstats
path: root/.config/nvim/my_snippets/latex.snippets
blob: fd53f4d3a7120c608631046c84ed139953cc5b6c (plain)
1
2
3
4
5
# vim:ft=snippets:

snippet on "O(n)" b
$\mathcal{O}(n)$
endsnippet