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