We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6447126 commit f61a2d0Copy full SHA for f61a2d0
lua/one/plugins/telescope/init.lua
@@ -5,8 +5,11 @@ return {
5
6
deps = {
7
{
8
- 'nvim-telescope/telescope-live-grep-args.nvim',
9
- version = '^1.0.0',
+ -- TODO: Waiting the PR merged: https://github.com/nvim-telescope/telescope-live-grep-args.nvim/pull/88
+ -- 'nvim-telescope/telescope-live-grep-args.nvim',
10
+ -- version = '^1.0.0',
11
+ 'adoyle-h/telescope-live-grep-args.nvim',
12
+ branch = 'a',
13
config = function()
14
require('telescope').load_extension('live_grep_args')
15
end,
0 commit comments