From 8a24622c84c884df3ca665ab8674565de567a390 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 10 May 2019 23:25:04 +0200 Subject: vimrc: Include hidden files in the Pick list So that hidden project files can be opened quickly like the rest. --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 7234191..8bfd146 100644 --- a/vimrc +++ b/vimrc @@ -413,6 +413,7 @@ " " 2019.05.10: " * Use long command line options to `ag` in `g:pick_command`. +" * Include hidden files in `g:pick_command`. " @@ -557,7 +558,7 @@ endif " ======= " pick -let g:pick_command = "ag --files-with-matches --all-types --path-to-ignore './.agignore' -g ''" +let g:pick_command = "ag --files-with-matches --all-types --hidden --path-to-ignore './.agignore' -g ''" function! PickBufferListCommand() let bufnrs = filter(range(1, bufnr("$")), 'buflisted(v:val)') -- cgit v1.2.3