mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
plugins/jsonls: add settings option
This commit is contained in:
parent
f3e2a064a1
commit
546b4b029d
2 changed files with 21 additions and 0 deletions
|
@ -245,6 +245,7 @@ let
|
|||
"${cfg.package}/bin/vscode-json-language-server"
|
||||
"--stdio"
|
||||
];
|
||||
settings = cfg: { json = cfg; };
|
||||
}
|
||||
{
|
||||
name = "julials";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue