From 5f503174cf23edd484508ab0a4fd6950e4614741 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 02:25:46 -0400 Subject: keep the line source in order --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 06fbb8b..a67b20e 100644 --- a/vimrc +++ b/vimrc @@ -165,6 +165,7 @@ map x :Commentary " denite {{{ autocmd vimrc VimEnter * call denite#custom#map('insert', '', '') autocmd vimrc VimEnter * call denite#custom#map('insert', '', '') +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']) -- cgit v1.2.3-54-g00ecf