plugins/lsp: add slint_lsp (#1212)

* plugins/lsp: add slint_lsp

* plugins/lsp: slint-lsp: Fixed issue with dashes and underscores.
This commit is contained in:
Bodleum 2024-03-06 15:47:48 +00:00 committed by GitHub
parent 5293373732
commit ffe8978028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -553,6 +553,11 @@ with lib; let
settingsOptions = import ./rust-analyzer-config.nix lib pkgs;
settings = cfg: {rust-analyzer = cfg;};
}
{
name = "slint-lsp";
description = "slint_lsp for Slint GUI language";
serverName = "slint_lsp";
}
{
name = "solargraph";
description = "solargraph for Ruby";