Skip to content

Add ElixirLS as LSP for elixir

Bill Huang requested to merge billhuang/gnome-builder:lsp/elixir-ls into main

This mr adds ElixirLS as the LSP for the elixir language.

I am not sure if I have done this correctly since I am not familiar with this code base. The plugin is basically adapted from other LSP plugin (src/plugins/), but i might miss a thing or two. I have personally tested this mr, it worked when compiled with the latest gtksourceview 5.11.0. Since elixir is introduced in this version, older version of the gtksourceview will not work.

Edited by Bill Huang

Merge request reports