From 3dc33a46bb6a06c8177d8acdfc05cc9a507112b0 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 28 Jul 2025 19:31:39 -0400 Subject: [PATCH] fixing repository name on the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8108e8d..80b724a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ```lua { - dir = "/path/to/ideaDrop", + "CarGDev/ideadrop.nvim", name = "ideaDrop", dependencies = { "nvim-tree/nvim-tree.lua", @@ -38,7 +38,7 @@ ```lua use { - dir = "/path/to/ideaDrop", + "CarGDev/ideadrop.nvim", requires = { "nvim-tree/nvim-tree.lua", "nvim-tree/nvim-web-devicons", @@ -251,4 +251,4 @@ Contributions are welcome! Please feel free to submit a Pull Request. --- -**Happy idea capturing! 🚀** \ No newline at end of file +**Happy idea capturing! 🚀**