plugins/lsp: add ruby-lsp

This commit is contained in:
Gaetan Lepage 2024-05-31 21:51:48 +02:00 committed by Gaétan Lepage
parent 0ba2ea5416
commit 1bbd58b6b2
2 changed files with 6 additions and 0 deletions

View file

@ -502,6 +502,11 @@ let
serverName = "rnix";
package = null;
}
{
name = "ruby-lsp";
description = "ruby-lsp for Ruby";
serverName = "ruby_lsp";
}
{
name = "ruff";
description = "Official ruff language server (Rust) for Python";