mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/lsp: add ruby-lsp
This commit is contained in:
parent
0ba2ea5416
commit
1bbd58b6b2
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue