mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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:
parent
5293373732
commit
ffe8978028
2 changed files with 6 additions and 0 deletions
|
@ -553,6 +553,11 @@ with lib; let
|
||||||
settingsOptions = import ./rust-analyzer-config.nix lib pkgs;
|
settingsOptions = import ./rust-analyzer-config.nix lib pkgs;
|
||||||
settings = cfg: {rust-analyzer = cfg;};
|
settings = cfg: {rust-analyzer = cfg;};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "slint-lsp";
|
||||||
|
description = "slint_lsp for Slint GUI language";
|
||||||
|
serverName = "slint_lsp";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "solargraph";
|
name = "solargraph";
|
||||||
description = "solargraph for Ruby";
|
description = "solargraph for Ruby";
|
||||||
|
|
|
@ -149,6 +149,7 @@
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
|
slint-lsp.enable = true;
|
||||||
solargraph.enable = true;
|
solargraph.enable = true;
|
||||||
# As of 2023-12-13, sourcekit-lsp is broken
|
# As of 2023-12-13, sourcekit-lsp is broken
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue