nvim: Fix telescope vimgrep arguments
This commit is contained in:
parent
6e1974c05b
commit
c66d760090
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
:mappings {:i {:<esc> actions.close}}
|
||||
; Arguments
|
||||
:vimgrep_arguments [:rg
|
||||
:--hidden
|
||||
:--ignore-vcs
|
||||
:-g
|
||||
:!.git/*
|
||||
:--color=never
|
||||
:--no-heading
|
||||
:--with-filename
|
||||
|
|
Loading…
Reference in a new issue