mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
fsautocomplete: init (#655)
This commit is contained in:
parent
d560fc6183
commit
9832bc3f54
2 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,11 @@ with lib; let
|
||||||
package = pkgs.elixir_ls;
|
package = pkgs.elixir_ls;
|
||||||
cmd = cfg: ["${cfg.package}/bin/elixir-ls"];
|
cmd = cfg: ["${cfg.package}/bin/elixir-ls"];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "fsautocomplete";
|
||||||
|
description = "Enable fsautocomplete, for F#";
|
||||||
|
package = pkgs.fsautocomplete;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "futhark-lsp";
|
name = "futhark-lsp";
|
||||||
description = "Enable Futhark lsp, for Futhark";
|
description = "Enable Futhark lsp, for Futhark";
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
elmls.enable = true;
|
elmls.enable = true;
|
||||||
eslint.enable = true;
|
eslint.enable = true;
|
||||||
elixirls.enable = true;
|
elixirls.enable = true;
|
||||||
|
fsautocomplete.enable = true;
|
||||||
futhark-lsp.enable = true;
|
futhark-lsp.enable = true;
|
||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
hls.enable = true;
|
hls.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue