nvim: more typst snippets

This commit is contained in:
dogeystamp 2024-09-26 20:20:23 -04:00
parent bad85da7b6
commit 2e386fcfe2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 2 additions and 5 deletions

View File

@ -15,7 +15,7 @@ alias cp='cp -n'
abbr -a -- ds swal;
# zathura
alias thur='zathura'
alias thur='swal -c Zathura; zathura'
# stricter sandbox zathura
alias zathsec='/usr/bin/zathura-sandbox -c ~/.config/zathura-sec'
@ -39,10 +39,6 @@ end
# Neomutt configs
function neomutt.local; neomutt -F .config/neomutt/neomuttrc.local; end
# Specific to my Gentoo system
function genlop; doas -u portage /usr/bin/genlop; end
function loginctl; doas /bin/loginctl; end
# bootleg meme feed
function arf; mpv --shuffle --no-resume-playback ~/med/memes/arf; end

View File

@ -13,6 +13,7 @@ return {
s({ trig = "plus", name = "plus exponent", wordTrig = false }, t("^+")),
s({ trig = "min", name = "minus exponent", wordTrig = false }, t("^-")),
s({ trig = "lim", name = "limit", wordTrig = false }, fmt("lim_({}) ", { i(1) })),
s({ trig = "inf", name = "infinity", wordTrig = false }, t("infinity")),
s({
trig = "numb",