Skip to content

lATAl/alchemist.vim

 
 

Repository files navigation

alchemist.vim

License GPL 3 Build Status

This plugin uses alchemist-server to give inside information about your elixir project in vim.

alchemist.vim supports:

  • Completion for Modules and functions.
  • Documentation lookup for Modules and functions.
  • Jump to the definition.
  • Mix integration.
  • IEx integration.

Installation

You can use your favourite VIM plugin manager for installation, in this doc we use Vundle

Add this line to your .vimrc

Plugin 'slashmili/alchemist.vim'

Documents

You can find more about short keys, commands and configs here.

Issues

If you faced any problem, create a new issue in the issue tracker.

Contributing

Fork the project and help to add new feauters to the project. Don't know what to contribute? Take a look at the project todo list

Remember all interactions on our repositories follow elixir's Code of Conduct.

About

Elixir Integration Into Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 45.1%
  • Python 31.9%
  • Vim Script 22.0%
  • Makefile 1.0%