mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 07:35:32 +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;
|
settingsOptions = import ./rust-analyzer-config.nix lib pkgs;
|
||||||
settings = cfg: {rust-analyzer = cfg;};
|
settings = cfg: {rust-analyzer = cfg;};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "solargraph";
|
||||||
|
description = "Enable solargraph, for Ruby";
|
||||||
|
package = pkgs.rubyPackages.solargraph;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "sourcekit";
|
name = "sourcekit";
|
||||||
description = "Enable the sourcekit language server, for Swift and C/C++/Objective-C";
|
description = "Enable the sourcekit language server, for Swift and C/C++/Objective-C";
|
||||||
|
|
|
@ -129,6 +129,7 @@
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
|
solargraph.enable = true;
|
||||||
sourcekit.enable = true;
|
sourcekit.enable = true;
|
||||||
svelte.enable = true;
|
svelte.enable = true;
|
||||||
tailwindcss.enable = true;
|
tailwindcss.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue