added a mapping for automatic curly bracket expansion

This commit is contained in:
2021-02-28 11:21:32 +01:00
parent 2b04ed80ec
commit ec7601c7b7
3 changed files with 41 additions and 0 deletions

2
after/ftplugin/c.vim Normal file
View File

@@ -0,0 +1,2 @@
" This enables the fancy automatic curly brackets.
let g:AutoInsertBracket_enable = 1

2
after/ftplugin/cpp.vim Normal file
View File

@@ -0,0 +1,2 @@
" This enables the fancy automatic curly brackets.
let g:AutoInsertBracket_enable = 1