alchemist.vim icon indicating copy to clipboard operation
alchemist.vim copied to clipboard

Elixir Integration Into Vim

Results 14 alchemist.vim issues
Sort by recently updated
recently updated
newest added

https://github.com/slashmili/alchemist.vim/blob/3d370d163a48bdeccea4be541686cce67a52b996/after/ftplugin/elixir.vim#L32 I have to manually change this every time I setup and I have no idea why it's set to the uppercase T character when there is no existing keybinding...

**Issue** I am sorry to bother you. when i use vim , the alchemist did not auto complete and jump to definition. here is the problem "alchemist.vim: failed with message...

One of the main things I miss from vim-go when working with my Elixir projects is the ability to run a command that will give me a list of references...

enhancement
help wanted

Autocomplete not works on Windows, but there is no problem when I use same .vimrc file on Debian 10. 1. Elixir/OTP/Python version Elixir: Elixir 1.10.2 OTP: Erlang/OTP 21 [erts-10.3] [64-bit]...

enhancement
help wanted
Alchemist client

If autocomplete/docs or etc doesn't work for you before creating issue please check Debugging page and make sure your basic setup works https://github.com/slashmili/alchemist.vim/wiki/Debugging and answer these questions: 1. Elixir/OTP/Python version...

Using Current elixir sense master (https://github.com/elixir-lsp/elixir_sense/commit/c7ed928ad1c0e2ddf94a951fabe93b7af9b6a78a)

When I tap . to trigger YCM (YCM use . to trigger elixir by default). I got this error: `Omnifunc returned bad value to YCM! 'str' object does not support...

1. Elixir/OTP/Python version Elixir/OTP: Elixir 1.8.1 (compiled with Erlang/OTP 21) Python: 3 2. Are you using VIM or Neovim? Please provide the version: NVIM v0.3.4 3. Which pluging are you...

** something wrong editing the elixir code with spacevim using slashmili ** ubuntu18.4, I want to edit the elixir code with spacevim, so I modified the configuration according to the...

On Windows Python doesn't have that module but e.g. `elixir_sense.py` depends on it. You might want to either ship a [shim](https://stackoverflow.com/a/27661799/15064) or maybe depend on some library that abstracts it...