added a mapping for automatic curly bracket expansion
This commit is contained in:
2
after/ftplugin/c.vim
Normal file
2
after/ftplugin/c.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" This enables the fancy automatic curly brackets.
|
||||
let g:AutoInsertBracket_enable = 1
|
2
after/ftplugin/cpp.vim
Normal file
2
after/ftplugin/cpp.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" This enables the fancy automatic curly brackets.
|
||||
let g:AutoInsertBracket_enable = 1
|
Reference in New Issue
Block a user