From bb64e79de67a212edf082fd330bc5a954aded0ba Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 6 Mar 2024 10:59:16 +0100 Subject: [PATCH] plugins/none-ls: add packages for supported builtin tools --- plugins/none-ls/servers.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/none-ls/servers.nix b/plugins/none-ls/servers.nix index e9326fea..11d6e9c0 100644 --- a/plugins/none-ls/servers.nix +++ b/plugins/none-ls/servers.nix @@ -100,6 +100,7 @@ with lib; let verilator xmlformat xq + yamlfix yamlfmt yamllint yapf @@ -112,6 +113,8 @@ with lib; let alex eslint eslint_d + fixjson + jsonlint prettier ; inherit @@ -247,13 +250,11 @@ with lib; let curlylint = null; dtsfmt = null; erb_lint = null; - fixjson = null; forge_fmt = null; gccdiag = null; gersemi = null; gospel = null; jshint = null; - jsonlint = null; markdown_toc = null; markuplint = null; misspell = null; @@ -293,7 +294,6 @@ with lib; let twigcs = null; vacuum = null; xo = null; - yamlfix = null; # Sources without packages gitrebase = false;