From 2e777f087616ebc0072edf9562704a0cb5c28ab4 Mon Sep 17 00:00:00 2001 From: mateuscarvalhomartins <81715392+mateuscarvalhomartins@users.noreply.github.com> Date: Sat, 16 Oct 2021 02:01:52 -0300 Subject: [PATCH] auto pair with less than symbol --- plugin/auto-pairs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index af5eb32..3867ae3 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -13,7 +13,7 @@ end let g:AutoPairsLoaded = 1 if !exists('g:AutoPairs') - let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`"} + let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`", "<":">"} end " default pairs base on filetype