From 4932dbb96657e30f484c0049e51e1a3c51802b2e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 6 Dec 2023 15:27:37 +0100 Subject: [PATCH] tests/lsp-format: enable lsp in lsp-format test --- tests/test-sources/plugins/none-ls.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index 4720a0a6..9b70feac 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -16,6 +16,7 @@ with-lsp-format = { plugins = { + lsp.enable = true; lsp-format.enable = true; none-ls = { enable = true;