1
Fork 0

Backup before server rebuild

This commit is contained in:
prescientmoon 2025-01-18 23:55:49 +01:00
parent ad4b1b1de4
commit fbcdcf6cfd
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
24 changed files with 515 additions and 404 deletions
home/features/neovim/snippets

View file

@ -6,9 +6,9 @@ block auto !word
abbr wpbd we will prove the statement in both directions.
abbr itf it then follows
for who <- @⟨which,this⟩
for what <- @⟨means,implies⟩
abbr @⟨@who:ww,tt⟩@⟨@what:m,i⟩ @who @what
-- for who <- @⟨which,this⟩
-- for what <- @⟨means,implies⟩
-- abbr @⟨@who:ww,tt⟩@⟨@what:m,i⟩ @who @what
abbr stam statement
abbr cox counterexample

View file

@ -39,6 +39,16 @@ block auto !math start
string item
snip \item$|1⟨,[$1] $0⟩
for kind <- @⟨chapter,section,subsection,subsubsection⟩
string @kind
name @kind environment
snip
\\@kind⋄{$1}
$0
-- }}}
block text
@ -220,7 +230,6 @@ block math
abbr niinf -\ifty
abbr eniinf ^{-\ifty}
abbr sniinf _{-\ifty}
abbr ccan \cancel
abbr mul \cdot
abbr nlnl \pm
abbr limsup \lim\sup
@ -248,7 +257,7 @@ block math
for noperator <- @⟨ordop,land,lor,equiv,pmod,ldots,cdots,perp,angle,sup⟩
abbr @noperator \\@noperator
for operator <- @⟨overline,hat,bar,abs,norm,prob,diprod,sin,cos,sqrt,ln,lrb,zmod,gen,pmob⟩
for operator <- @⟨cancel,overline,hat,tilde,vec,bar,abs,norm,prob,diprod,sin,cos,sqrt,ln,lrb,zmod,gen,pmob⟩
string @operator
snip \\@operator$|1⟨{$1}, $0⟩