aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-21 01:02:19 +0800
committerjdhao <jdhao@hotmail.com>2021-08-21 01:02:19 +0800
commit1ed5220ae987ab5680bd6326a2896c6f043a74b3 (patch)
tree06d9157db8933e3dc3846ee0551bcf9a8ff94379 /after/ftplugin
parent42a0663184cb356d4e662956a2b8f04c3b38007b (diff)
Do not auto-pair <> for C++
Diffstat (limited to 'after/ftplugin')
-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 = "(:),[:],{:}"