mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins/lsp/jsonnet-ls: init
This commit is contained in:
parent
db93efffdb
commit
ea5078fc10
4 changed files with 110 additions and 0 deletions
|
@ -248,6 +248,13 @@ let
|
|||
];
|
||||
settings = cfg: { json = cfg; };
|
||||
}
|
||||
{
|
||||
name = "jsonnet-ls";
|
||||
description = "jsonnet language server";
|
||||
package = pkgs.jsonnet-language-server;
|
||||
serverName = "jsonnet_ls";
|
||||
settingsOptions = import ./jsonnet-ls-settings.nix { inherit lib helpers; };
|
||||
}
|
||||
{
|
||||
name = "julials";
|
||||
description = "julials for Julia";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue