[nvim] fix: no trailing whitespace after tex snips
This commit is contained in:
parent
61a85608e9
commit
dd2910a27e
@ -104,22 +104,22 @@ ls.snippets = {
|
||||
s("bb", {
|
||||
t({ "\\textbf{" }),
|
||||
i(1),
|
||||
t({ "} "}),
|
||||
t({ "}"}),
|
||||
}),
|
||||
s("tt", {
|
||||
t({ "\\texttt{" }),
|
||||
i(1),
|
||||
t({ "} "}),
|
||||
t({ "}"}),
|
||||
}),
|
||||
s("ii", {
|
||||
t({ "\\textit{" }),
|
||||
i(1),
|
||||
t({ "} "}),
|
||||
t({ "}"}),
|
||||
}),
|
||||
s("fsc", {
|
||||
t({ "\\textsc{" }),
|
||||
i(1),
|
||||
t({ "} "}),
|
||||
t({ "}"}),
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user