nvim: fix autopairs for typst

This commit is contained in:
dogeystamp 2023-07-09 10:12:24 -04:00
parent 0c1c03f0e0
commit 7d1bb73815
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -29,4 +29,4 @@ function TypstWatch()
endfunc
nnoremap <silent><leader>fc :call TypstWatch()<cr>
au Filetype FILETYPE let b:AutoPairs = {"(": ")"}
au Filetype typst let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '$':'$'}