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},
|
{trig = ";6", show_condition = isinmath},
|
||||||
t("\\partial")
|
t("\\partial")
|
||||||
),
|
),
|
||||||
|
s(
|
||||||
|
{trig = ";;", show_condition = isinmath},
|
||||||
|
{t("\\frac{"), i(1), t("}{"), i(2), t("}")}
|
||||||
|
),
|
||||||
s(
|
s(
|
||||||
{trig = ";%", show_condition = isinmath},
|
{trig = ";%", show_condition = isinmath},
|
||||||
{t("\\frac{"), i(1), t("}{"), i(2), t("}")}
|
{t("\\frac{"), i(1), t("}{"), i(2), t("}")}
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
using OhMyREPL
|
using OhMyREPL
|
||||||
|
# using JuliaSyntax
|
||||||
|
#
|
||||||
|
# if v"1.9" ≤ VERSION < v"1.10"
|
||||||
|
# JuliaSyntax.enable_in_core!()
|
||||||
|
# end
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b4fa60ba54ec0e39eddfd1e7b4ddf5b39ae846e
|
Subproject commit 21f32a2032614d2e923be436ca4a4f0f07a8cdc5
|
Loading…
Reference in a new issue