fix(nvim): typst setup

This commit is contained in:
Barrett Ruth 2026-02-16 14:28:29 -05:00
parent 730ec10e1c
commit f99900d196
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ return {
ft('proto'):fmt('buf'):lint('buf')
ft('dockerfile'):lint('hadolint')
ft('tex'):fmt('latexindent')
ft('typst'):fmt('typstyle')
ft('cmake'):fmt('cmake-format')
ft('make'):lint('checkmake')
ft('cpp'):lint('cpplint')