fix: add many plugins to neovim
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
96e830622a
commit
fcf2a53ed6
7 changed files with 115 additions and 12 deletions
|
@ -18,6 +18,8 @@ snippet preamble "preamble" w
|
|||
\\usepackage{amsthm}
|
||||
\\usepackage{amssymb}
|
||||
\\usepackage{enumitem}
|
||||
\\usepackage{libertine}
|
||||
\\usepackage{euler}
|
||||
|
||||
\\usepackage{import}
|
||||
\\usepackage{pdfpages}
|
||||
|
@ -59,6 +61,11 @@ snippet preamble "preamble" w
|
|||
\t\\end{list}
|
||||
}
|
||||
|
||||
\\newcommand{\\N}{\\mathbb{N}}
|
||||
\\newcommand{\\R}{\\mathbb{R}}
|
||||
\\newcommand{\\I}{\\mathbb{I}}
|
||||
\\newcommand{\\Z}{\\mathbb{Z}}
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet beg "begin{} / end{}" bA
|
||||
|
@ -174,7 +181,7 @@ endsnippet
|
|||
|
||||
priority 200
|
||||
context "math()"
|
||||
snippet '(?<!\\)(arcsin|arccos|arctan|arccot|arccsc|arcsec|pi|zeta|int)' "ln" rwA
|
||||
snippet '(?<!\\)(arcsin|arccos|arctan|arccot|arccsc|arcsec|pi|zeta|int|iint|iiint)' "ln" rwA
|
||||
\\`!p snip.rv = match.group(1)`
|
||||
endsnippet
|
||||
|
||||
|
@ -216,10 +223,15 @@ snippet set "set" wA
|
|||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet cc "complement" Ai
|
||||
snippet ccc "complement" Ai
|
||||
^{c}
|
||||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet ooo "infinity" iA
|
||||
\\infty
|
||||
endsnippet
|
||||
|
||||
snippet notin "not in " iA
|
||||
\not\in
|
||||
endsnippet
|
||||
|
@ -243,6 +255,11 @@ snippet cup "cup" iA
|
|||
\cup
|
||||
endsnippet
|
||||
|
||||
context "math()"
|
||||
snippet limm "limit" iA
|
||||
\\lim\\limits_{$1}{$2}$0
|
||||
endsnippet
|
||||
|
||||
priority 10
|
||||
context "math()"
|
||||
snippet "bar" "bar" riA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue