From aaeaa597a4effc5b069d1f9e4726c5b57af38d3f Mon Sep 17 00:00:00 2001 From: Rafael Madriz Date: Mon, 29 May 2023 19:14:57 -0300 Subject: [PATCH] nvim.telescope: fix keymaps to add options in live_args Revert to upstream when is merged. Ref: 81c13109 --- private_dot_config/nvim/lazy-lock.json | 2 +- private_dot_config/nvim/lua/plugins/telescope.lua | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/private_dot_config/nvim/lazy-lock.json b/private_dot_config/nvim/lazy-lock.json index ac4c8aa6..6622a518 100644 --- a/private_dot_config/nvim/lazy-lock.json +++ b/private_dot_config/nvim/lazy-lock.json @@ -51,7 +51,7 @@ "project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" }, "rose-pine": { "branch": "main", "commit": "2eace84d649d76d41dcd44a87a17f64c7c4a586d" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "9bc8237565ded606e6c366a71c64c0af25cd7a50" }, - "telescope-live-grep-args.nvim": { "branch": "master", "commit": "0f75ea809c46af8997c64f49c52e3c641d887885" }, + "telescope-live-grep-args.nvim": { "branch": "fix-quote-prompt", "commit": "4ca7a9c82da395d33679aaa486f6db2919060306" }, "telescope.nvim": { "branch": "master", "commit": "6d3fbffe426794296a77bb0b37b6ae0f4f14f807" }, "tokyonight.nvim": { "branch": "main", "commit": "cd5156f4b4a6c4c337a46deb0c0bd37319920833" }, "undotree": { "branch": "master", "commit": "485f01efde4e22cb1ce547b9e8c9238f36566f21" }, diff --git a/private_dot_config/nvim/lua/plugins/telescope.lua b/private_dot_config/nvim/lua/plugins/telescope.lua index 881ca979..2daf0016 100644 --- a/private_dot_config/nvim/lua/plugins/telescope.lua +++ b/private_dot_config/nvim/lua/plugins/telescope.lua @@ -8,7 +8,9 @@ return { build = "make", }, { - "nvim-telescope/telescope-live-grep-args.nvim", + "rafamadriz/telescope-live-grep-args.nvim", + -- Use this brachn until is merged + branch = "fix-quote-prompt", }, }, config = function()