Remove OS specific path
This commit is contained in:
parent
436b72034f
commit
bf2cda093d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -113,7 +113,7 @@ nmap <F8> :NERDTreeToggle<CR>
|
|||
nmap <S-F8> :NERDTreeFind<CR>
|
||||
|
||||
" use the silver searcher with Unite's async file recursion
|
||||
let g:unite_source_rec_async_command = ['/opt/boxen/homebrew/bin/ag', '--follow', '--nocolor', '--nogroup', '--hidden', '-g', '']
|
||||
let g:unite_source_rec_async_command = ['ag', '--follow', '--nocolor', '--nogroup', '--hidden', '-g', '']
|
||||
" set default matcher in unite to fuzzy
|
||||
call unite#filters#matcher_default#use(['matcher_fuzzy'])
|
||||
" open Unite ready for recursively, fuzzy match files
|
||||
|
|
Loading…
Reference in a new issue