elixir-editors / vim-elixir

Vim configuration files for Elixir

Home Page:http://elixir-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-endwise not work ?

Nitrodist opened this issue · 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.