Allow :Ack to search hidden files

This commit is contained in:
mitchell 2021-08-26 13:27:43 -04:00
parent 183e5801b6
commit 50749ad737
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -116,7 +116,7 @@ let g:LanguageClient_serverCommands = {
\ }
let g:ackprg = 'ag --nogroup --nocolor --column'
let g:ackprg = 'ag --nogroup --nocolor --column --hidden'
let g:lightline = {
\ 'colorscheme': 'gruvbox',