diff options
-rw-r--r-- | fnl/config/autopairs.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/autopairs.fnl b/fnl/config/autopairs.fnl index 8d7025c..994bbf1 100644 --- a/fnl/config/autopairs.fnl +++ b/fnl/config/autopairs.fnl @@ -13,8 +13,8 @@ :disable_filetype [ :TelescopePrompt :spectre_panel ] :fast_warp { :map "<M-e>" - :chars [ "{" "[" "(" '"' "'" ] - :pattern string.gsub([[ [%'%"%)%>%]%)%}%,] ]], "%s+", "") + :chars [ "{" "[" "(" "\"" "'" ] + :pattern (string.gsub "[%'%\"%)%>%]%)%}%,]" "%s+" "") :check_comma true :highlight :PmenuSel :highlight_grey :LineNr |