Open tim-hilt opened 2 years ago
I have the following config set for delimitMate:
delimitMate
let delimitMate_nesting_quotes = ['`'] let delimitMate_expand_cr = 2 let delimitMate_expand_inside_quotes = 1
When I try to type the following in a .md-file:
.md
``` bash<CR>
I would expect the following to be inserted (with | being the cursor):
|
``` bash | ```
but instead it looks like this:
``` bash |```
Is this a bug or did I misconfigure something?
I have the following config set for
delimitMate
:When I try to type the following in a
.md
-file:I would expect the following to be inserted (with
|
being the cursor):but instead it looks like this:
Is this a bug or did I misconfigure something?