mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
update julia sysimage, startup & neovim frac snippet
This commit is contained in:
parent
40ef28503e
commit
f08309814e
3 changed files with 10 additions and 1 deletions
|
@ -322,6 +322,10 @@ return {
|
|||
{trig = ";6", show_condition = isinmath},
|
||||
t("\\partial")
|
||||
),
|
||||
s(
|
||||
{trig = ";;", show_condition = isinmath},
|
||||
{t("\\frac{"), i(1), t("}{"), i(2), t("}")}
|
||||
),
|
||||
s(
|
||||
{trig = ";%", show_condition = isinmath},
|
||||
{t("\\frac{"), i(1), t("}{"), i(2), t("}")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue