Skip to content

Elixir support for Sublime LSP plugin

License

Notifications You must be signed in to change notification settings

Awea/LSP-elixir

 
 

Repository files navigation

LSP-elixir

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

Requires Elixir 1.7.0+ and OTP 20+. A good way of installing these is using the ASDF package manager with the asdf-elixir plugin.

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
}

Source: https://lsp.readthedocs.io/en/latest/features/#configuring

About

Elixir support for Sublime LSP plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%