Skip to content

Commit 19edbbd

Browse files
committed
nvim.telescope: fix keymaps to add options in live_args
Revert to upstream when <nvim-telescope/telescope-live-grep-args.nvim#59> is merged. Ref: e36f171
1 parent e36f171 commit 19edbbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

private_dot_config/nvim/lazy-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" },
5252
"rose-pine": { "branch": "main", "commit": "2eace84d649d76d41dcd44a87a17f64c7c4a586d" },
5353
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9bc8237565ded606e6c366a71c64c0af25cd7a50" },
54-
"telescope-live-grep-args.nvim": { "branch": "master", "commit": "0f75ea809c46af8997c64f49c52e3c641d887885" },
54+
"telescope-live-grep-args.nvim": { "branch": "fix-quote-prompt", "commit": "4ca7a9c82da395d33679aaa486f6db2919060306" },
5555
"telescope.nvim": { "branch": "master", "commit": "6d3fbffe426794296a77bb0b37b6ae0f4f14f807" },
5656
"tokyonight.nvim": { "branch": "main", "commit": "cd5156f4b4a6c4c337a46deb0c0bd37319920833" },
5757
"undotree": { "branch": "master", "commit": "485f01efde4e22cb1ce547b9e8c9238f36566f21" },

private_dot_config/nvim/lua/plugins/telescope.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ return {
88
build = "make",
99
},
1010
{
11-
"nvim-telescope/telescope-live-grep-args.nvim",
11+
"rafamadriz/telescope-live-grep-args.nvim",
12+
-- Use this brachn until <https://github.com/nvim-telescope/telescope-live-grep-args.nvim/pull/59> is merged
13+
branch = "fix-quote-prompt",
1214
},
1315
},
1416
config = function()

0 commit comments

Comments
 (0)