mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
Allow :Ack to search hidden files
This commit is contained in:
parent
183e5801b6
commit
50749ad737
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -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 = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'gruvbox',
|
\ 'colorscheme': 'gruvbox',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue