mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/yamlls: add settings option
This commit is contained in:
parent
3d9e5d04a5
commit
f3e2a064a1
2 changed files with 22 additions and 0 deletions
|
@ -664,6 +664,7 @@ let
|
|||
name = "yamlls";
|
||||
description = "yamlls for YAML";
|
||||
package = pkgs.yaml-language-server;
|
||||
settings = cfg: { yaml = cfg; };
|
||||
}
|
||||
{
|
||||
name = "zls";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue