elixir-editors/vim-elixir

vim-endwise not work ?

Nitrodist opened this issue · 1 comments

Similar to/same as #179 I've installed tpope/vim-endwise and vim-elixir and it does not seem to work.

def test do

after you hit enter end will not appear.

Endwise works fine for me. You possibly have a conflict with another plugin. If you use another plug that hooks into hitting <CR> in insert mode, try removing it and see if it solves the problem.