-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 proj-name
Then you will be able to use it
Example of using Run REPL
-
Mix run
require you to:cd
your project root dir before using it. -
Run this file
doeselixir -r current_file
. You don't need to initialize a mix project to use this option. So use it as playground along withRun REPL
. - Remember you can open the terminal and run any other available mix commands when you need them.