Skip to content

Commit

Permalink
neovim.telescope: fix keymaps to add options in live_args
Browse files Browse the repository at this point in the history
Revert to upstream when <nvim-telescope/telescope-live-grep-args.nvim#59>
is merged.

Ref: 81c1310
  • Loading branch information
rafamadriz committed May 29, 2023
1 parent 81c1310 commit 279a5f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion private_dot_config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ return {
build = "make",
},
{
"nvim-telescope/telescope-live-grep-args.nvim",
"rafamadriz/telescope-live-grep-args.nvim",
-- Use this brachn until <https://github.com/nvim-telescope/telescope-live-grep-args.nvim/pull/59> is merged
branch = "fix-quote-prompt",
},
},
config = function()
Expand Down

0 comments on commit 279a5f8

Please sign in to comment.