1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Do not auto-pair <> for C++

This commit is contained in:
jdhao 2021-08-21 01:02:19 +08:00
parent 42a0663184
commit 1ed5220ae9

View File

@ -39,3 +39,6 @@ function s:create_term_buf(_type, size) abort
endif
execute 'resize ' . a:size
endfunction
" For delimitMate
let b:delimitMate_matchpairs = "(:),[:],{:}"