tpope / vim-endwise

endwise.vim: Wisely add

Home Page:https://www.vim.org/scripts/script.php?script_id=2386

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Somehow work with DelimitMate

sariyamelody opened this issue · comments

DelimitMate maps to @delimitMateCR, while vim-endwise needs it bound to... something else. Is there any way to make these two play nice?

This should already work, assuming delimitmate loaded first.

I just had to re-order the Plugin directives in my vimrc. Thank you!