feat: add elixir lsp
This commit is contained in:
parent
8376321b37
commit
985f3b37c1
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ in
|
|||
plugins.lsp = {
|
||||
enable = true;
|
||||
inlayHints = true;
|
||||
servers.elixirls.enable = true;
|
||||
servers.nextls.enable = true;
|
||||
servers.nil-ls.enable = true;
|
||||
servers.nixd.enable = true;
|
||||
servers.nixd.extraOptions.settings.nixd = {
|
||||
|
|
Loading…
Reference in a new issue