summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 6b9c9e4..d448de6 100644
--- a/vimrc
+++ b/vimrc
@@ -669,7 +669,7 @@ map <silent><Leader>x :Commentary<CR>
autocmd VimEnter * call denite#custom#map('insert', '<Tab>', '<denite:move_to_next_line>')
autocmd VimEnter * call denite#custom#map('insert', '<S-Tab>', '<denite:move_to_previous_line>')
if executable('ag')
- autocmd VimEnter * call denite#custom#var('file_rec', 'command', ['ag', '--hidden', '-g', ''])
+ autocmd VimEnter * call denite#custom#var('file_rec', 'command', ['ag', '--hidden', '-l', ''])
autocmd VimEnter * call denite#custom#var('grep', 'command', ['ag'])
autocmd VimEnter * call denite#custom#var('grep', 'default_opts', ['--hidden'])
autocmd VimEnter * call denite#custom#var('grep', 'recursive_opts', [])