mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/lsp: Add efm-langserver (#531)
This commit is contained in:
parent
07af7710e2
commit
4ef53c788b
2 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,11 @@ with lib; let
|
|||
description = "Enable denols, for Deno";
|
||||
package = pkgs.deno;
|
||||
}
|
||||
{
|
||||
name = "efm";
|
||||
description = "Enable efm-langserver, for misc tools";
|
||||
package = pkgs.efm-langserver;
|
||||
}
|
||||
{
|
||||
name = "elmls";
|
||||
description = "Enable elmls, for Elm.";
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
cssls.enable = true;
|
||||
dartls.enable = true;
|
||||
denols.enable = true;
|
||||
efm.enable = true;
|
||||
elmls.enable = true;
|
||||
eslint.enable = true;
|
||||
elixirls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue