From 601a8c56b941f774ba24cbcdc1e171ef72c9cc86 Mon Sep 17 00:00:00 2001 From: V13Axel Date: Mon, 19 Feb 2024 09:47:24 -0500 Subject: [PATCH] Make the example work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0df067..1f6b0d6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Here's an example using lazy.nvim: > [!TIP] > Any of these options can be set to a lua function that returns the desired result. For example, wanna run tests in parallel, one for each CPU core? -> `parallel = function() #vim.loop.cpu_info() end` +> `parallel = function() return #vim.loop.cpu_info() end,` ```lua adapters = {