[nvim] feat: add underline tex snippet
This commit is contained in:
parent
dd2910a27e
commit
00c8e4e8c8
@ -116,6 +116,11 @@ ls.snippets = {
|
||||
i(1),
|
||||
t({ "}"}),
|
||||
}),
|
||||
s("uu", {
|
||||
t({ "\\underline{" }),
|
||||
i(1),
|
||||
t({ "}"}),
|
||||
}),
|
||||
s("fsc", {
|
||||
t({ "\\textsc{" }),
|
||||
i(1),
|
||||
|
Reference in New Issue
Block a user