Skip to content

Commit

Permalink
feat(vim): set tw=96 on typst
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Apr 17, 2024
1 parent 4ba5206 commit 0631171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vim/after/ftplugin/typst.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ let b:ale_linters = ['proselint']
" compile continuously
nnoremap <silent> <localleader>p :update<CR>:TypstWatch<CR>
nnoremap <silent> <localleader>c :update<CR>:!typst compile %<CR>:redraw<CR>
set tw=96

0 comments on commit 0631171

Please sign in to comment.