From 0631171f46dfde260233df2cd82a8dfbaa08a808 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Fri, 12 Apr 2024 20:21:52 -0400 Subject: [PATCH] feat(vim): set tw=96 on typst --- vim/after/ftplugin/typst.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/after/ftplugin/typst.vim b/vim/after/ftplugin/typst.vim index 71cd733e..66b70fbb 100644 --- a/vim/after/ftplugin/typst.vim +++ b/vim/after/ftplugin/typst.vim @@ -9,3 +9,5 @@ let b:ale_linters = ['proselint'] " compile continuously nnoremap p :update:TypstWatch nnoremap c :update:!typst compile %:redraw + +set tw=96