mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +02:00
lsp: fix elixir lsp
This commit is contained in:
parent
2db1c36c30
commit
c7b561b40c
4 changed files with 19 additions and 8 deletions
|
@ -52,6 +52,10 @@
|
|||
nixGrammars = false;
|
||||
};
|
||||
};
|
||||
elixir-ls = build {
|
||||
plugins.lsp.enable = true;
|
||||
plugins.lsp.servers.elixirls.enable = true;
|
||||
};
|
||||
|
||||
lsp-lines = build-stable {
|
||||
plugins.lsp-lines.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue