diff --git a/src/.config/nvim/typst.vim b/src/.config/nvim/typst.vim index d7c783d..22a0873 100644 --- a/src/.config/nvim/typst.vim +++ b/src/.config/nvim/typst.vim @@ -29,4 +29,4 @@ function TypstWatch() endfunc nnoremap fc :call TypstWatch() -au Filetype FILETYPE let b:AutoPairs = {"(": ")"} +au Filetype typst let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '$':'$'}