[nvim] fix: fsc snippet for tex

mail_filter
David JULIEN 1 year ago
parent d4050ad3bf
commit 61a85608e9

@ -117,7 +117,7 @@ ls.snippets = {
t({ "} "}),
}),
s("fsc", {
t({ "\\fsc{" }),
t({ "\\textsc{" }),
i(1),
t({ "} "}),
}),