Search for hidden files
This commit is contained in:
parent
43c082481b
commit
e17e08fb03
1 changed files with 2 additions and 2 deletions
|
|
@ -103,11 +103,11 @@ map ;x :x<CR>
|
||||||
set wildignore+=*.swp,*~
|
set wildignore+=*.swp,*~
|
||||||
|
|
||||||
call denite#custom#var('file_rec', 'command',
|
call denite#custom#var('file_rec', 'command',
|
||||||
\ ['rg', '--files'],
|
\ ['rg', '--files', '--hidden'],
|
||||||
\)
|
\)
|
||||||
call denite#custom#var('grep', 'command', ['rg'])
|
call denite#custom#var('grep', 'command', ['rg'])
|
||||||
call denite#custom#var('grep', 'default_opts',
|
call denite#custom#var('grep', 'default_opts',
|
||||||
\ ['--vimgrep', '--no-heading', '--smart-case'])
|
\ ['--vimgrep', '--no-heading', '--smart-case', '--hidden'])
|
||||||
call denite#custom#var('grep', 'recursive_opts', [])
|
call denite#custom#var('grep', 'recursive_opts', [])
|
||||||
call denite#custom#var('grep', 'pattern_opt', ['--regexp'])
|
call denite#custom#var('grep', 'pattern_opt', ['--regexp'])
|
||||||
call denite#custom#var('grep', 'separator', ['--'])
|
call denite#custom#var('grep', 'separator', ['--'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue