summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 02:25:46 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 02:45:50 -0400
commit5f503174cf23edd484508ab0a4fd6950e4614741 (patch)
treea1b38591f2c9fa7b71221eafce35418814302124 /vimrc
parentfa3b083016391c7ced5074f498c942ab47034975 (diff)
downloadconf-5f503174cf23edd484508ab0a4fd6950e4614741.tar.gz
conf-5f503174cf23edd484508ab0a4fd6950e4614741.zip
keep the line source in order
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 06fbb8b..a67b20e 100644
--- a/vimrc
+++ b/vimrc
@@ -165,6 +165,7 @@ map <silent><Leader>x :Commentary<CR>
" denite {{{
autocmd vimrc VimEnter * call denite#custom#map('insert', '<Tab>', '<denite:move_to_next_line>')
autocmd vimrc VimEnter * call denite#custom#map('insert', '<S-Tab>', '<denite:move_to_previous_line>')
+autocmd vimrc VimEnter * call denite#custom#source('line', 'sorters', [])
if executable('ag')
autocmd vimrc VimEnter * call denite#custom#var('file_rec', 'command', ['ag', '--hidden', '-l', '.'])
autocmd vimrc VimEnter * call denite#custom#var('grep', 'command', ['ag'])