sublimelsp / LSP-elixir

Elixir support for Sublime LSP plugin

Home Page:https://lsp.sublimetext.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP-elixir

Elixir support for Sublime Text's LSP plugin provided through ElixirLS.

Requires Elixir 1.12.0+ and OTP 23+. A good way of installing these is using the ASDF package manager with the asdf-elixir plugin. On Windows, Scoop is a solid option. scoop install elixir or scoop install elixir@1.14.1-otp-25.

Installation

Install the following packages in Sublime Text:

Configuration

Defaults can be edited by selecting Preferences: LSP-elixir Settings from the command palette.

Format on save

To format your code on save add the following setting to your syntax-specific settings (Elixir in this case) and/or project files:

{
  "lsp_format_on_save": true
}

Upgrade to latest version

For developers! To upgrade this library to use the latest version of elixir-ls, run:

./scripts/update.py

This will update the server info in plugin.py to match the latest release of elixir-ls.

About

Elixir support for Sublime LSP plugin

https://lsp.sublimetext.io/

License:MIT License


Languages

Language:Python 100.0%