delimitMate
delimitMate copied to clipboard
How to make delimitMate_expand_cr also tab?
Hi,
So I have...
" DelimitMate
let g:delimitMate_expand_cr = 2
let g:delimitMate_expand_space = 1
I'm trying to make it so when...
function() {|}
and you hit <CR>
I get...
function() {
|
}
but I keep getting...
function() {
|
}
Is there something I can do here? Thanks!
@9mm The same issue... But according to this answer the issue may have something to do with SuperTab plugin.