Update windows setup notes

This commit is contained in:
2022-06-11 17:16:29 -04:00
parent 83a63be678
commit 761ef7815d
6 changed files with 260 additions and 287 deletions

2
vimrc
View File

@@ -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"