- Support for prabirshrestha/asyncomplete.vim plugin
- Printing UTF-8 string in python3
- Support For VIM 8.1 terminal
- Support UTF-8 docs
- Support Elixir 1.7 & OTP 21
- Add completor.vim integration
- Support python3
- Support for utf8 docs
- Import ElixirSense client directly into deoplete plugin
- Enhancement on greedy regex
- Fix throwing error when looking up erlang docs in neovim #121
- Fix a problem that find a function's location
- Move erlang terms test to python unittest
- Upgrade elixir sense to 1.0.1
- Use ElixirSense as IDE server
- Implement simple version of erl terms coder/decoder in python
- Require OTP 19 and above to use unix socket
- Support ElixirSense request and response in vim script
- Support ElixirSense request and response in deoplete
- Alchemist Server
- Jump to function definition on Elixir code and Projects that run in docker container(Still able to jump to Module file)
- Use hi link for exdoc syntax rather than explicit colors
- Deoplete remote plugin truncates the last completion
- Server listens using unix socket(security patch)
- Process Commands raises on unexpected input(security patch)
- Multiline alias support #46
- Fix some error in Elixir 1.2
- Allow disabling and redefining mapping #91
- adds syntax highlights to ExDoc buffers when `!alchemist#ansi_enabled()`
- use colours as opposed to highlight groups
- Allow to jump through navigation in ExDoc buffer #82
- Fix remote code execution vulnerability
add g:alchemist_compile_basepath option #78
- show documentation for erlang modules #49
- stop alchemist server being 10 min idle
- Improve waiting time for alchemist_server to start
- fix a bug related to running alchemist.vim for the first time #64
- Don't run alchemist server if it's already running on parent dir #48
- Support for umbrella project #53
- fix mappings to be buffer local #58
- add autocomplete to :ExDef command #50
- updated alchemist server to the latest version
- Fix a bug in autocomplete <module>.<func> with only one match
- fix the ansi colors in ExDoc lookup
- implement ExDef to jump to the definition.
- map CTRL-] to jump to the definition of the keyword under the cursor
- map CTRL-T Jump to older entry in the tag stack.
- support alias for erlang modules.
- IEx Integration
- Mix command is available on all buffers (bugfix)
- use absolute path of project directory
- detect project base dir based on running servers or locating mix.exs
- move autocomplete rules to python client
- set 10 seconds time while talking to alchemist server
- add mix support in command-line mode(enabled if you don't have any other mix plugin)
- auto complete for ExDoc in command-line mode
- improvements on looking up for module/function name
- restore default min_pattern_length for deoplete
- added support for deoplete