mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
plugins/lsp: add gleam language server
This commit is contained in:
parent
c9149122a8
commit
ec3637960c
2 changed files with 5 additions and 0 deletions
|
@ -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.";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue