aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--after/ftplugin/cpp.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/cpp.vim b/after/ftplugin/cpp.vim
index 4779a0e..170aa5f 100644
--- a/after/ftplugin/cpp.vim
+++ b/after/ftplugin/cpp.vim
@@ -39,3 +39,6 @@ function s:create_term_buf(_type, size) abort
endif
execute 'resize ' . a:size
endfunction
+
+" For delimitMate
+let b:delimitMate_matchpairs = "(:),[:],{:}"