nvim: fix autopairs for typst
This commit is contained in:
parent
0c1c03f0e0
commit
7d1bb73815
@ -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 = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '$':'$'}
|
||||
|
Loading…
Reference in New Issue
Block a user