elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
395 stars 29 forks source link

Elixir LS single file support #182

Open mhanberg opened 8 months ago

mhanberg commented 8 months ago

Description

Currently, the plugin will only activate Elixir LS if its in a mix project.

Often, you have the need to write a one of Elixir script, and won't have a mix project.