mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/nvim-lsp: add futhark lsp
This commit is contained in:
parent
c4dddc4f8e
commit
ecaf80b7fd
2 changed files with 7 additions and 0 deletions
|
@ -142,6 +142,12 @@ with lib; let
|
|||
package = pkgs.elixir_ls;
|
||||
cmd = cfg: ["${cfg.package}/bin/elixir-ls"];
|
||||
}
|
||||
{
|
||||
name = "futhark-lsp";
|
||||
description = "Enable Futhark lsp, for Futhark";
|
||||
package = pkgs.futhark;
|
||||
serverName = "futhark_lsp";
|
||||
}
|
||||
{
|
||||
name = "gdscript";
|
||||
description = "Enable gdscript, for Godot";
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
denols.enable = true;
|
||||
eslint.enable = true;
|
||||
elixirls.enable = true;
|
||||
futhark-lsp.enable = true;
|
||||
gopls.enable = true;
|
||||
hls.enable = true;
|
||||
html.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue