Skip to content

Commit

Permalink
nvim.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 Jun 3, 2023
1 parent 81c1310 commit aaeaa59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion private_dot_config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
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 aaeaa59

Please sign in to comment.