From a7751911221e3ec1d591063760a248a05fe6a8de Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sat, 4 May 2024 01:00:23 +0300 Subject: [PATCH] docs: update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4c7616b..03c3d0e 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,20 @@ require("lazy").setup({ -- stable version use { "chenasraf/text-transform.nvim", tag = "stable", + requires = { + -- for Telescope popup + 'nvim-telescope/telescope.nvim', + 'nvim-lua/plenary.nvim', + } } -- dev version use { "chenasraf/text-transform.nvim", branch = "develop", + requires = { + -- for Telescope popup + 'nvim-telescope/telescope.nvim', + 'nvim-lua/plenary.nvim', + } } ```