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,
|
||||
shfmt,
|
||||
stdenv,
|
||||
solargraph,
|
||||
tinymist,
|
||||
typescript-language-server,
|
||||
...
|
||||
|
@ -283,6 +284,9 @@
|
|||
|
||||
# Shell
|
||||
shellcheck
|
||||
|
||||
# ruby
|
||||
solargraph
|
||||
];
|
||||
buildInputs = [makeWrapper];
|
||||
postBuild = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue