mzte-nv: update typst-related configuration files

This commit is contained in:
LordMZTE 2024-10-29 08:23:01 +01:00
parent f7eacf9f91
commit 2ecb8c9fff
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,3 @@
;; Use 2-space indentation for typst
(set vim.o.shiftwidth 2)
(set vim.o.tabstop 2)

View file

@ -68,7 +68,6 @@
{:single_file_support true
:offset_encoding :utf-8
:root_dir (util.root_pattern :.typstroot)
:settings {:tinymist {:settings {:formatterMode :typstyle
:formatterPrintWidth 100}}}})
:settings {:formatterMode :typstyle :formatterPrintWidth 100}})
(setup :zls)