mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue