slashmili/alchemist.vim

Route not found after editing router.ex

Closed this issue · 2 comments

Elixir/OTP:

Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]

Elixir 1.6.4 (compiled with OTP 20)

Python:

Python 3.6.4

Neovim:

NVIM v0.2.2
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.2.2/src -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser

Features: +acl +iconv +jemalloc +tui

My specific setup:
https://github.com/kevinkjt2000/dot-vim

Hi, this is my first issue here, and I would like to say thanks for writing this wonderful plugin!

I am experiencing an issue which has a workaround that I do not like:
phoenixframework/phoenix#1437

When I used regular plain vi and edited the router.ex file, the route was able to be found. But, I would rather not escape from my comfort zone of awesome editing to jump back to vi. Cheers 🍻

More discussion is here phoenixframework/phoenix#1165

Oh! This is an issue with ALE calling the syntax checker, and not the mix support from this plugin as I had first thought. Temporarily disabling the ALE plugin fixed this for me. Closing now.