helix/default.nix: add solargraph
solargraph is a ruby LSP
This commit is contained in:
parent
c4b56b914d
commit
d02f206ad4
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
shellcheck,
|
shellcheck,
|
||||||
shfmt,
|
shfmt,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
solargraph,
|
||||||
tinymist,
|
tinymist,
|
||||||
typescript-language-server,
|
typescript-language-server,
|
||||||
...
|
...
|
||||||
|
@ -283,6 +284,9 @@
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
|
# ruby
|
||||||
|
solargraph
|
||||||
];
|
];
|
||||||
buildInputs = [makeWrapper];
|
buildInputs = [makeWrapper];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue