plugins/lsp: add solargraph language server

This commit is contained in:
Zach Coyle 2023-12-01 20:21:01 -05:00 committed by Gaétan Lepage
parent ec3637960c
commit 70b4e2d981
2 changed files with 6 additions and 0 deletions

View file

@ -495,6 +495,11 @@ with lib; let
settingsOptions = import ./rust-analyzer-config.nix lib pkgs;
settings = cfg: {rust-analyzer = cfg;};
}
{
name = "solargraph";
description = "Enable solargraph, for Ruby";
package = pkgs.rubyPackages.solargraph;
}
{
name = "sourcekit";
description = "Enable the sourcekit language server, for Swift and C/C++/Objective-C";