From 279a5f85f7ad2e3088242dbb7a7d082ee0c8f8f9 Mon Sep 17 00:00:00 2001 From: Rafael Madriz Date: Mon, 29 May 2023 19:14:57 -0300 Subject: [PATCH] neovim.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()