plugins/lsp: add gleam language server

This commit is contained in:
Gaetan Lepage 2023-12-13 07:44:05 +01:00 committed by Gaétan Lepage
parent c9149122a8
commit ec3637960c
2 changed files with 5 additions and 0 deletions

View file

@ -213,6 +213,10 @@ with lib; let
description = "Enable gdscript, for Godot";
package = null;
}
{
name = "gleam";
description = "Enable gleam, for gleam.";
}
{
name = "gopls";
description = "Enable gopls, for Go.";

View file

@ -101,6 +101,7 @@
# See https://github.com/NixOS/nixpkgs/issues/271704
fsautocomplete.enable = false;
futhark-lsp.enable = true;
gleam.enable = true;
gopls.enable = true;
hls.enable = true;
html.enable = true;