From 8dc1d080d8dfcecf683637e9bca5e7f71b403587 Mon Sep 17 00:00:00 2001 From: Patrick Nisble Date: Mon, 19 Jan 2026 15:54:08 +0100 Subject: [PATCH] update install --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78913b2..a736573 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ NeoVim plugin, integrating a clickup to gitlab workflow (1 task to 1 issue to 1 ## Install -### Layzy.nvim +### Lazy.nvim #### From Source @@ -13,9 +13,8 @@ return { dir = "", dev = true, dependencies = { - "MunifTanjim/nui.nvim", + "nvim-lua/plenary.nvim", }, - build = function(_) vim.cmd "UpdateRemotePlugins" end, } ``` @@ -40,3 +39,4 @@ CLICKUP_WORKSPACE_ID ### `:MrPy` - start task selector of user's tasks (not done/closed) +