summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-19 23:38:36 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-20 03:50:24 -0400
commit12148e261d83b96c25f440ea41c7633ca281b7b2 (patch)
tree749f42112a633cc9c219b52b58121f2e55c84a69 /vimrc
parentb57d42daa5fb278b9324262abe7cd78452c32e88 (diff)
downloadconf-12148e261d83b96c25f440ea41c7633ca281b7b2.tar.gz
conf-12148e261d83b96c25f440ea41c7633ca281b7b2.zip
-l makes more sense than -g i think
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', [])