Skip to content

Commit f61a2d0

Browse files
committed
fix(telescope): use adoyle-h/telescope-live-grep-args.nvim
instead of nvim-telescope/telescope-live-grep-args.nvim Waiting the PR to be merged: nvim-telescope/telescope-live-grep-args.nvim#88
1 parent 6447126 commit f61a2d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lua/one/plugins/telescope/init.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ return {
55

66
deps = {
77
{
8-
'nvim-telescope/telescope-live-grep-args.nvim',
9-
version = '^1.0.0',
8+
-- TODO: Waiting the PR merged: https://github.com/nvim-telescope/telescope-live-grep-args.nvim/pull/88
9+
-- 'nvim-telescope/telescope-live-grep-args.nvim',
10+
-- version = '^1.0.0',
11+
'adoyle-h/telescope-live-grep-args.nvim',
12+
branch = 'a',
1013
config = function()
1114
require('telescope').load_extension('live_grep_args')
1215
end,

0 commit comments

Comments
 (0)