Update windows setup notes
This commit is contained in:
2
vimrc
2
vimrc
@@ -1189,7 +1189,7 @@ function! Search(case_sensitive, search_args)
|
||||
|
||||
"@note --pretty (i.e. colors) is not enabled in vim-ripgrep because the
|
||||
"quickfix window doesn't seem to parse the ansi color codes.
|
||||
let l:rg_args = "--column --line-number --no-heading --fixed-strings --no-ignore --hidden --follow --trim -g \"!tags\" " . a:search_args
|
||||
let l:rg_args = "--column --line-number --no-heading --fixed-strings --no-ignore --hidden --follow --trim -g \"!tags\" -g \"!.git/\" -g \"!AppData/\" " . a:search_args
|
||||
|
||||
if !a:case_sensitive
|
||||
let l:rg_args .= " --ignore-case"
|
||||
|
||||
Reference in New Issue
Block a user