mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue