From 2ad02f8d5a85dbd13e9972e419c579bd91595ad6 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/lua/plugins/telescope.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()