-
-
Notifications
You must be signed in to change notification settings - Fork 44
elixir compiler
Zeioth edited this page Oct 4, 2023
·
19 revisions
It order to use Compiler.nvim with elixir, you must initialize your project directory with mix my-proj-name.

Then you will be able to use it

Example of using Run REPL:

-
Mix runrequire you to:cdthe directory of your elixir project before first. -
Run this filecan only run single file scripts. It can't resolve dependencies. But it don't require creating a mix project.