This commit is contained in:
Squibid 2026-02-14 10:12:43 -05:00
parent 4e73cc78aa
commit e41b998023
2 changed files with 10 additions and 0 deletions

1
after/ftplugin/typst.lua Normal file
View file

@ -0,0 +1 @@
vim.cmd.setlocal("textwidth=80")

9
lua/snippets/typst.lua Normal file
View file

@ -0,0 +1,9 @@
dofile(core.snippets)
return {
s("title", {
t("#set document(title: ["),
i(1, "theTitle"),
t({ "])", "#title()" }),
})
}