Hello, your plugin is really great, but one thing is bothering me. Previously I used vim auto pairs plugin, which contain a very useful feature, but it a bit buggy in neovim, so I've switched to your plugin and now I miss that feature.
The point is when I edit markdown files, which I write a lot, I use code blocks:
which is basically is pair of ``` strings.
So basically instead of pressing ` three times i need to press it 8 times to get same thing, and then go back 3 times.
Can i have same behaviour with your plugin? I've checked helptags, but didn't find anything like that.
Hello, your plugin is really great, but one thing is bothering me. Previously I used vim auto pairs plugin, which contain a very useful feature, but it a bit buggy in neovim, so I've switched to your plugin and now I miss that feature.
The point is when I edit markdown files, which I write a lot, I use code blocks: which is basically is pair of ``` strings.
How it worked in auto pairs:
How it works in your plugin (by default):
So basically instead of pressing ` three times i need to press it 8 times to get same thing, and then go back 3 times. Can i have same behaviour with your plugin? I've checked helptags, but didn't find anything like that.