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:
parent
42a0663184
commit
1ed5220ae9
@ -39,3 +39,6 @@ function s:create_term_buf(_type, size) abort
|
||||
endif
|
||||
execute 'resize ' . a:size
|
||||
endfunction
|
||||
|
||||
" For delimitMate
|
||||
let b:delimitMate_matchpairs = "(:),[:],{:}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user