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}}
|
:mappings {:i {:<esc> actions.close}}
|
||||||
; Arguments
|
; Arguments
|
||||||
:vimgrep_arguments [:rg
|
:vimgrep_arguments [:rg
|
||||||
|
:--hidden
|
||||||
|
:--ignore-vcs
|
||||||
|
:-g
|
||||||
|
:!.git/*
|
||||||
:--color=never
|
:--color=never
|
||||||
:--no-heading
|
:--no-heading
|
||||||
:--with-filename
|
:--with-filename
|
||||||
|
|
Loading…
Reference in a new issue