From e32232c4de418bb7ba3e9d3ebb97d83e54daaf84 Mon Sep 17 00:00:00 2001 From: Simanga Khoza Date: Sun, 15 Dec 2024 18:50:02 +0200 Subject: [PATCH] update read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f46aa..aadcd51 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Install the `lazydocker.nvim` neovim plugin with your favourite package manager: { "ld", function() - require("lazydocker").open() + require("lazydocker").toggle() end, desc = "Open Lazydocker floating window", },