Fix grepprg args for ag command

This commit is contained in:
2022-07-16 13:58:30 -05:00
parent 86d29e0624
commit 954340c183
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
:background "dark"
:backupdir backup-dir
:directory backup-dir ;Don't clutter my dirs up with swp and tmp files
:grepprg "ag" ; Use Silver Searcher instead of grep
:grepprg "ag --nocolor --nogroup --hidden --smart-case" ; Use Silver Searcher instead of grep
:tags "tags"
:updatetime 300 ; per coc.vim for diagnostic messages
:signcolumn "auto:1-3"

View File

@@ -13,3 +13,4 @@
;(nvim.ex.source "~/.vimrc")
(a.println "(re)loaded")