Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE for Elixir Developer #43

Open
chvanikoff opened this issue Sep 22, 2018 · 4 comments
Open

IDE for Elixir Developer #43

chvanikoff opened this issue Sep 22, 2018 · 4 comments

Comments

@chvanikoff
Copy link

That would be super awesome to get process of setting up SpaceVim for Elixir development documented.

@wsdjeg
Copy link

wsdjeg commented Oct 2, 2018

I start to wirte some tutorials which force on usage and language support. and my current work is on java and python tutor. and I will add elixir tutor too.

as I know, Hack SpaceVim force on the installtion of SpaceVim and it's layers.

@chvanikoff
Copy link
Author

Thanks for the update @wsdjeg , I created this issue because I've found a few similar in this repo for JAVA and C IDEs, so I thought it's the right place for this.

@wsdjeg
Copy link

wsdjeg commented Oct 2, 2018

yeah,I know , :)

@Gabirel
Copy link
Owner

Gabirel commented Feb 10, 2020

Requirements

Installation

Install Elixir

Please consider reading the official documents when you need to install elixir: Install Elixir

Here are some quick installation instructions:

macOS:

brew install elixir

Arch:

sudo pacman -S elixir

Fedora:

sudo dnf install elixir

Ubuntu:
Please read the official document: https://elixir-lang.org/install.html#unix-and-unix-like

Install SpaceVim/layer/Elixir

Documents about elixir in SpaceVim: https://spacevim.org/layers/lang/elixir/

Init.vim

Add this line below into your init.vim

call SpaceVim#layers#load('lang#elixir')

Init.toml

Add this line below into your init.toml

[[layers]]
  name = "lang#elixir"

Autocompletion

You may want to use autocompletion engine, such as deoplete and YouCompleteMe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants